Skip to content

Commit 40cce07

Browse files
removed double zipping and added suffix for compiler name
1 parent 7867904 commit 40cce07

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/linux-nuitka.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,13 @@ jobs:
9999
- name: Zip the binary with version number
100100
run: |
101101
cd dist
102-
mv main.bin "pyTranscriber-${VERSION}"
103-
zip -r "pyTranscriber-linux-${VERSION}.zip" "pyTranscriber-${VERSION}"
102+
mv main.bin "pyTranscriber-linux-nuitka-${VERSION}"
104103
105104
- name: Upload built executable
106105
uses: actions/upload-artifact@v4
107106
with:
108107
name: pyTranscriber-${{ env.VERSION }}
109-
path: ./dist/pyTranscriber-${{ env.VERSION }}.zip # Adjust this path if Nuitka outputs elsewhere
108+
path: ./dist/pyTranscriber-linux-nuitka-${{ env.VERSION }} # Adjust this path if Nuitka outputs elsewhere
110109

111110
download:
112111
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)