aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-09-30 19:00:41 -0700
committerMicah Lee <micah@micahflee.com>2022-09-30 19:00:41 -0700
commit731273c6f75a17d4f5138507b9d0d0cbc4a1ee26 (patch)
tree641f71aa098d22ef91546bbed5b86272e9c599bc /.github
parente7306112272e72dc82e702628128e17b77939c94 (diff)
downloadonionshare-731273c6f75a17d4f5138507b9d0d0cbc4a1ee26.tar.gz
onionshare-731273c6f75a17d4f5138507b9d0d0cbc4a1ee26.zip
Fix win32 path
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-windows.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml
index cf92fc16..605564aa 100644
--- a/.github/workflows/build-windows.yml
+++ b/.github/workflows/build-windows.yml
@@ -192,12 +192,11 @@ jobs:
cd desktop
C:\hostedtoolcache\windows\Python\3.9.13\x86\Scripts\poetry run python .\setup-freeze.py build
C:\hostedtoolcache\windows\Python\3.9.13\x86\Scripts\poetry run python .\scripts\build-windows.py cleanup-build
- dir build
- name: Compress
shell: pwsh
run: |
- mv desktop\build\exe.win-win32-3.9\ ~\onionshare-win32
+ mv desktop\build\exe.win32-3.9\ ~\onionshare-win32
Compress-Archive -LiteralPath ~\onionshare-win32 -DestinationPath ~\onionshare-win32.zip
- uses: actions/upload-artifact@v3