mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-06 22:09:15 -04:00
Fix win64 upload artifact path
This commit is contained in:
parent
96d142d1ed
commit
dd091188e4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -103,7 +103,7 @@ jobs:
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: win64-build
|
name: win64-build
|
||||||
path: desktop\build\exe.win-amd64-3.9=
|
path: ~\onionshare-win64.zip
|
||||||
|
|
||||||
build-win32:
|
build-win32:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue