Skip to content

Commit 74c81a7

Browse files
authored
Merge pull request #1859 from stonebig/master
use "-sfx7z.sfx", not the "-sfx" that was generated per defaut per AI
2 parents 2303184 + 8b16a16 commit 74c81a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github_workflows_build-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ jobs:
400400
run: |
401401
$destfile7z = "publish_output\WinPython$env:WINPYARCH-$env:WINPYVER.exe"
402402
$sourceDir = "$env:build_location"
403-
7z a -sfx $destfile7z $sourceDir
403+
7z a -sfx7z.sfx $destfile7z $sourceDir
404404
405405
- name: generate hashes wppm style
406406
if: env.ARTIFACT_NAME != ''

0 commit comments

Comments
 (0)