File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3535
3636 - name : Package Application with PyInstaller
3737 run : |
38- pyinstaller " GoExport Outro Maker .spec"
38+ pyinstaller GoExport.spec
3939
4040 - name : Copy files to dist folder
4141 run : |
@@ -49,15 +49,15 @@ jobs:
4949 name : dev-build
5050 path : dist
5151
52- - name : Create zip of dist folder
52+ - name : Create ZIP of build
5353 run : |
54- Compress-Archive -Path dist\* -DestinationPath dist/app .zip
54+ powershell Compress-Archive -Path dist\* -DestinationPath build .zip
5555
5656 - name : Upload Release Asset
5757 if : startsWith(github.ref, 'refs/tags/')
5858 uses : softprops/action-gh-release@v1
5959 with :
60- files : dist/app .zip
60+ files : build .zip
6161 prerelease : ${{ startsWith(github.ref_name, 'b') }}
6262 generate_release_notes : true
6363 env :
You can’t perform that action at this time.
0 commit comments