Skip to content

Commit 1ee1bdf

Browse files
committed
- fix macos build
1 parent ced0859 commit 1ee1bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: pyinstaller
5656
run: "python3 -m pip install PyInstaller"
5757
- name: build
58-
run: python3 -m PyInstaller .\scripts\pmbuild.py --onefile -i NONE --distpath build/dist/ --workpath build/dist
58+
run: python3 -m PyInstaller scripts/pmbuild.py --onefile -i NONE --distpath build/dist/ --workpath build/dist
5959
- name: zip
6060
run: zip -r macOS-x64.zip build/dist
6161
- name: upload

0 commit comments

Comments
 (0)