We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced0859 commit 1ee1bdfCopy full SHA for 1ee1bdf
.github/workflows/release.yaml
@@ -55,7 +55,7 @@ jobs:
55
- name: pyinstaller
56
run: "python3 -m pip install PyInstaller"
57
- name: build
58
- run: python3 -m PyInstaller .\scripts\pmbuild.py --onefile -i NONE --distpath build/dist/ --workpath build/dist
+ run: python3 -m PyInstaller scripts/pmbuild.py --onefile -i NONE --distpath build/dist/ --workpath build/dist
59
- name: zip
60
run: zip -r macOS-x64.zip build/dist
61
- name: upload
0 commit comments