File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,10 +79,10 @@ jobs:
7979 run : echo ::set-output name=tag::${GITHUB_REF#refs/*/}
8080 - name : Create executable
8181 run : |
82- pyinstaller --onefile --icon "lazy.ico" --console --name "lazy-dsi-file-downloader-${{ steps.vars.outputs.tag }}- macOS" main.py
82+ pyinstaller --onefile --icon "lazy.ico" --console --name "lazy-dsi-file-downloader-macOS" main.py
8383 cd dist
8484 chmod +x lazy-dsi-file-downloader-${{ steps.vars.outputs.tag }}-macOS
85- zip ../lazy-dsi-file-downloader-${{ steps.vars.outputs.tag }}-macOS.zip lazy-dsi-file-downloader-${{ steps.vars.outputs.tag }}- macOS
85+ zip ../lazy-dsi-file-downloader-${{ steps.vars.outputs.tag }}-macOS.zip lazy-dsi-file-downloader-macOS
8686 - name : Publish artifact
8787 uses : actions/upload-artifact@v3
8888 with :
You can’t perform that action at this time.
0 commit comments