Skip to content

Commit 8db85d3

Browse files
committed
Remove versin name from mac executable
1 parent e04bcf3 commit 8db85d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/executables.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)