We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd9a654 commit 6a9ec70Copy full SHA for 6a9ec70
1 file changed
.github/workflows/linux-pyinstaller.yml
@@ -90,7 +90,7 @@ jobs:
90
- name: Compress binary with UPX
91
run: |
92
sudo apt install -y upx
93
- upx --best --lzma dist/pyTranscriber-${VERSION}
+ upx --best --lzma dist/main
94
95
- name: Zip the binary with version number
96
0 commit comments