Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
Attempt to fix Windows CI PyInstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Sep 2, 2020
1 parent 9b815e4 commit 5ac8a8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ jobs:
- name: Create .exe
run: |
python -m PyInstaller guiscrcpy-windows.spec
python -m PyInstaller -n guiscrcpy scripts/guiscrcpy.py --onefile
- name: Upload artifact
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -147,7 +148,7 @@ jobs:
- name: Create .exe
run: |
python -m PyInstaller guiscrcpy-windows.spec
python -m PyInstaller -n guiscrcpy scripts/guiscrcpy.py --onefile
mv dist/guiscrcpy.exe dist/guiscrcpy-pyside2.exe
- name: Upload artifact
uses: actions/[email protected]
Expand Down
File renamed without changes.

0 comments on commit 5ac8a8c

Please sign in to comment.