Skip to content

Commit

Permalink
Update compile-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xandaaah authored Nov 30, 2023
1 parent 7a91e46 commit 4a3f190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
run: |
cd client
echo Y | python -m nuitka launcher.py --standalone --enable-plugin=pyqt6 --disable-console
- name: Tar files
run: copy launcher.ui client/launcher.dist && cd client && zip -r launcher.zip launcher.dist
- name: Zip files
run: copy launcher.ui client/launcher.dist && cd client && Compress-Archive -Path launcher.zip -Destination launcher.dist
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 4a3f190

Please # to comment.