Skip to content

Commit b40918c

Browse files
authored
Update build.yml
1 parent 24dfe73 commit b40918c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- run: pip install requests
2222
- run: pip install pyinstaller
23-
- run: pyinstaller main.py
23+
- run: pyinstaller -F main.py
2424
- uses: actions/upload-artifact@v4
2525
with:
2626
name: minimizer

0 commit comments

Comments
 (0)