Skip to content

Commit c747c4e

Browse files
-win- suffix for win pyinstaller script
1 parent 60abeac commit c747c4e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/win-pyinstaller-dev2.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)