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

Skip to content

Commit 6b77c31

Browse files
authored
Merge pull request #1931 from stonebig/master
test
2 parents cd3129d + ae1b7c3 commit 6b77c31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/github_workflows_build-2026_01.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,19 +253,19 @@ jobs:
253253
shell: pwsh
254254
run: |
255255
$destfile = "publish_output\WinPython$env:WINPYARCH-$env:WINPYVER.zip"
256-
$WINPYZIP="$env.WINPYZIP"
256+
$WINPYZIP="$env:WINPYZIP"
257257
Write-Output "$WINPYZIP $destfile"
258258
if ( $WINPYZIP -eq '1') {
259259
Write-Output "WINPYZIPing"
260260
Compress-Archive -Path "$env:build_location" -DestinationPath $destfile
261261
}
262262
263263
$destfile7z = "publish_output\WinPython$env:WINPYARCH-$env:WINPYVER.7z"
264-
if ( $env.WINPY7Z -eq '1') { 7z a $destfile7z $env:build_location }
264+
if ( $env:WINPY7Z -eq '1') { 7z a $destfile7z $env:build_location }
265265
266266
$destfileexe = "publish_output\WinPython$env:WINPYARCH-$env:WINPYVER.exe"
267267
$SFXModulePath = "C:\Program Files\7-Zip\7z.sfx"
268-
if ( $env.WINPYEXE -eq '1') { 7z a -t7z -sfx"$SFXModulePath" $destfileexe $env:build_location }
268+
if ( $env:WINPYEXE -eq '1') { 7z a -t7z -sfx"$SFXModulePath" $destfileexe $env:build_location }
269269
270270
- name: generate hashes wppm style
271271
if: env.WINPYREQUIREMENTS != ''

0 commit comments

Comments
 (0)