Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9aecbc9

Browse files
committed
test
1 parent 517430d commit 9aecbc9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/github_workflows_build-2026_01.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,9 @@ jobs:
253253
shell: pwsh
254254
run: |
255255
$destfile = "publish_output\WinPython$env:WINPYARCH-$env:WINPYVER.zip"
256-
Write-Output $env.WINPYZIP
257-
if ( $env.WINPYZIP -eq '1') {
256+
$WINPYZIP="$env.WINPYZIP"
257+
Write-Output "$WINPYZIP $destfile"
258+
if ( $WINPYZIP -eq '1') {
258259
Write-Output "WINPYZIPing"
259260
Compress-Archive -Path "$env:build_location" -DestinationPath $destfile
260261
}

0 commit comments

Comments
 (0)