Skip to content

Commit 572b546

Browse files
committed
Fix workflow
1 parent 8db85d3 commit 572b546

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/executables.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ jobs:
8181
run: |
8282
pyinstaller --onefile --icon "lazy.ico" --console --name "lazy-dsi-file-downloader-macOS" main.py
8383
cd dist
84-
chmod +x lazy-dsi-file-downloader-${{ steps.vars.outputs.tag }}-macOS
84+
chmod +x lazy-dsi-file-downloader-macOS
8585
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
88-
with:
88+
with:
8989
path: lazy-dsi-file-downloader-${{ steps.vars.outputs.tag }}-macOS.zip
9090
name: macos
9191

0 commit comments

Comments
 (0)