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:
79
79
run : echo ::set-output name=tag::${GITHUB_REF#refs/*/}
80
80
- name : Create executable
81
81
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
83
83
cd dist
84
84
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
86
86
- name : Publish artifact
87
87
uses : actions/upload-artifact@v3
88
88
with :
You can’t perform that action at this time.
0 commit comments