Skip to content

Commit 9d28935

Browse files
revert back zip command
1 parent a367d4c commit 9d28935

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linux-pyinstaller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: |
9292
cd dist
9393
mv main "pyTranscriber-${VERSION}"
94-
zip -9 "pyTranscriber-linux-${VERSION}.zip" "pyTranscriber-${VERSION}"
94+
zip -r "pyTranscriber-linux-${VERSION}.zip" "pyTranscriber-${VERSION}"
9595
9696
- name: Upload built executable
9797
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)