We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8db85d3 commit 572b546Copy full SHA for 572b546
.github/workflows/executables.yml
@@ -81,11 +81,11 @@ jobs:
81
run: |
82
pyinstaller --onefile --icon "lazy.ico" --console --name "lazy-dsi-file-downloader-macOS" main.py
83
cd dist
84
- chmod +x lazy-dsi-file-downloader-${{ steps.vars.outputs.tag }}-macOS
+ chmod +x lazy-dsi-file-downloader-macOS
85
zip ../lazy-dsi-file-downloader-${{ steps.vars.outputs.tag }}-macOS.zip lazy-dsi-file-downloader-macOS
86
- name: Publish artifact
87
uses: actions/upload-artifact@v3
88
- with:
+ with:
89
path: lazy-dsi-file-downloader-${{ steps.vars.outputs.tag }}-macOS.zip
90
name: macos
91
0 commit comments