This repository has been archived by the owner on Dec 29, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempt to fix Windows CI PyInstaller
- Loading branch information
1 parent
9b815e4
commit 5ac8a8c
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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] | ||
|
File renamed without changes.