Skip to content

Commit 9110f77

Browse files
committed
Fix PyInstaller command to use the correct spec file name
1 parent e6cb53a commit 9110f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_for_windows..yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
3636
- name: Package Application with PyInstaller
3737
run: |
38-
pyinstaller GoExport.spec
38+
pyinstaller "GoExport Outro Maker.spec"
3939
4040
- name: Copy files to dist folder
4141
run: |

0 commit comments

Comments
 (0)