We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a73923 + 6a4cc93 commit c06676dCopy full SHA for c06676d
1 file changed
.github/workflows/main.yml
@@ -38,9 +38,7 @@ jobs:
38
pip install pyinstaller
39
40
- name: Build with pyinstaller for ${{ matrix.config.os }}
41
- run: |
42
- cd scripts
43
- pyinstaller main.py --onefile --noconsole
+ run: pyinstaller scripts/main.py --onefile --noconsole
44
45
- name: Rename builded app
46
run: mv ./dist ./dist-${{ matrix.config.os }}
0 commit comments