Skip to content

Commit 6a9ec70

Browse files
upx fix file
1 parent cd9a654 commit 6a9ec70

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
@@ -90,7 +90,7 @@ jobs:
9090
- name: Compress binary with UPX
9191
run: |
9292
sudo apt install -y upx
93-
upx --best --lzma dist/pyTranscriber-${VERSION}
93+
upx --best --lzma dist/main
9494
9595
- name: Zip the binary with version number
9696
run: |

0 commit comments

Comments
 (0)