X Tutup
Skip to content

Commit a562f27

Browse files
committed
try "-t7z -sfx7z.sfx"
1 parent 1c39893 commit a562f27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/github_workflows_build-all.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,8 @@ 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 -sfx $destfile7z $sourceDir
404+
7z a -t7z -sfx7z.sfx $destfile7z $sourceDir
404405
405406
- name: generate hashes wppm style
406407
if: env.ARTIFACT_NAME != ''

0 commit comments

Comments
 (0)
X Tutup