File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,15 +95,15 @@ jobs:
9595 Set-Location -Path dist
9696 Write-Host "Renaming main.exe to pyTranscriber-$env:VERSION.exe"
9797 Rename-Item -Force main.exe "pyTranscriber-$env:VERSION.exe"
98- Write-Host "Creating zip archive: pyTranscriber-$env:VERSION.zip"
99- Compress-Archive -Path "pyTranscriber-$env:VERSION.exe" -DestinationPath "pyTranscriber-$env:VERSION.zip"
98+ Write-Host "Creating zip archive: pyTranscriber-win- $env:VERSION.zip"
99+ Compress-Archive -Path "pyTranscriber-$env:VERSION.exe" -DestinationPath "pyTranscriber-win- $env:VERSION.zip"
100100 shell : pwsh
101101
102102 - name : Upload built executable for Python ${{ matrix.python-version }}
103103 uses : actions/upload-artifact@v4
104104 with :
105- name : pyTranscriber-${{ env.VERSION }}-py${{ matrix.python-version }}
106- path : ./dist/pyTranscriber-${{ env.VERSION }}.zip
105+ name : pyTranscriber-win- ${{ env.VERSION }}-py${{ matrix.python-version }}
106+ path : ./dist/pyTranscriber-win- ${{ env.VERSION }}.zip
107107
108108 download :
109109 runs-on : windows-latest
You can’t perform that action at this time.
0 commit comments