Skip to content

Commit d0aceec

Browse files
Remove zip layer
1 parent 9d28935 commit d0aceec

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/linux-pyinstaller.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,17 +87,16 @@ jobs:
8787
--add-data="pytranscriber/gui/*.qm:pytranscriber/gui/" \
8888
--add-data="$ASSETS_PATH:whisper/assets"
8989
90-
- name: Zip the binary with version number
90+
- name: Rename the binary with version number
9191
run: |
9292
cd dist
9393
mv main "pyTranscriber-${VERSION}"
94-
zip -r "pyTranscriber-linux-${VERSION}.zip" "pyTranscriber-${VERSION}"
9594
9695
- name: Upload built executable
9796
uses: actions/upload-artifact@v4
9897
with:
9998
name: pyTranscriber-linux-${{ env.VERSION }}
100-
path: ./dist/pyTranscriber-linux-${{ env.VERSION }} # Caminho ajustado para Linux
99+
path: ./dist/pyTranscriber-linux-${{ env.VERSION }}
101100

102101
download:
103102
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)