We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c39893 commit a562f27Copy full SHA for a562f27
.github/workflows/github_workflows_build-all.yml
@@ -400,7 +400,8 @@ jobs:
400
run: |
401
$destfile7z = "publish_output\WinPython$env:WINPYARCH-$env:WINPYVER.exe"
402
$sourceDir = "$env:build_location"
403
- 7z a -sfx $destfile7z $sourceDir
+ #7z a -sfx $destfile7z $sourceDir
404
+ 7z a -t7z -sfx7z.sfx $destfile7z $sourceDir
405
406
- name: generate hashes wppm style
407
if: env.ARTIFACT_NAME != ''
0 commit comments