File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 3232
3333 - name : Build binary
3434 run : |
35- pyinstaller gitmastery.spec
35+ pyinstaller --onefile --name gitmastery-linux main.py
3636
3737 - name : Create GitHub Release
3838 uses : softprops/action-gh-release@v2
Original file line number Diff line number Diff line change 3232
3333 - name : Build binary
3434 run : |
35- pyinstaller gitmastery.spec
36- ls -lh dist/
35+ pyinstaller --onefile --name gitmastery main.py
3736
3837 - name : Generate SHA256
3938 id : checksum
Original file line number Diff line number Diff line change 3232
3333 - name : Build binary
3434 run : |
35- pyinstaller gitmastery.spec
35+ pyinstaller --onefile --name gitmastery main.py
3636
3737 - name : Create GitHub Release
3838 uses : softprops/action-gh-release@v2
You can’t perform that action at this time.
0 commit comments