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 7867904 commit 40cce07Copy full SHA for 40cce07
1 file changed
.github/workflows/linux-nuitka.yml
@@ -99,14 +99,13 @@ jobs:
99
- name: Zip the binary with version number
100
run: |
101
cd dist
102
- mv main.bin "pyTranscriber-${VERSION}"
103
- zip -r "pyTranscriber-linux-${VERSION}.zip" "pyTranscriber-${VERSION}"
+ mv main.bin "pyTranscriber-linux-nuitka-${VERSION}"
104
105
- name: Upload built executable
106
uses: actions/upload-artifact@v4
107
with:
108
name: pyTranscriber-${{ env.VERSION }}
109
- path: ./dist/pyTranscriber-${{ env.VERSION }}.zip # Adjust this path if Nuitka outputs elsewhere
+ path: ./dist/pyTranscriber-linux-nuitka-${{ env.VERSION }} # Adjust this path if Nuitka outputs elsewhere
110
111
download:
112
runs-on: ubuntu-22.04
0 commit comments