Update path for windows binary

This commit is contained in:
Micah Lee 2025-02-02 14:31:55 -08:00
parent 0dac824472
commit 0ea99809d4
No known key found for this signature in database

View File

@ -107,7 +107,7 @@ jobs:
- name: Compress - name: Compress
shell: pwsh shell: pwsh
run: | run: |
mv desktop\build\exe.win-amd64-3.11\ ~\onionshare-win64 mv desktop\build\exe.win-amd64-3.12\ ~\onionshare-win64
Compress-Archive -LiteralPath ~\onionshare-win64 -DestinationPath ~\onionshare-win64.zip Compress-Archive -LiteralPath ~\onionshare-win64 -DestinationPath ~\onionshare-win64.zip
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4