mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 03:37:28 -03:00
Fix win64 upload artifact path
This commit is contained in:
parent
b93fbd4e70
commit
d680a1bf33
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
|
||||
with:
|
||||
name: win64-build
|
||||
path: desktop\build\exe.win-amd64-3.9=
|
||||
path: ~\onionshare-win64.zip
|
||||
|
||||
build-win32:
|
||||
runs-on: windows-latest
|
||||
|
|
Loading…
Reference in a new issue