Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b77c31 + 6a80c8b commit 13d0cd6Copy full SHA for 13d0cd6
.github/workflows/github_workflows_build-2026_01.yml
@@ -253,12 +253,7 @@ jobs:
253
shell: pwsh
254
run: |
255
$destfile = "publish_output\WinPython$env:WINPYARCH-$env:WINPYVER.zip"
256
- $WINPYZIP="$env:WINPYZIP"
257
- Write-Output "$WINPYZIP $destfile"
258
- if ( $WINPYZIP -eq '1') {
259
- Write-Output "WINPYZIPing"
260
- Compress-Archive -Path "$env:build_location" -DestinationPath $destfile
261
- }
+ if ( $env:WINPYZIP -eq '1') { Compress-Archive -Path "$env:build_location" -DestinationPath $destfile}
262
263
$destfile7z = "publish_output\WinPython$env:WINPYARCH-$env:WINPYVER.7z"
264
if ( $env:WINPY7Z -eq '1') { 7z a $destfile7z $env:build_location }
0 commit comments