8000 Merge pull request #1860 from stonebig/master · winpython/winpython@eb1b3be · GitHub
[go: up one dir, main page]

Skip to content

Commit eb1b3be

Browse files
authored
Merge pull request #1860 from stonebig/master
maybe github Action doesn't like -sfx7z.sfx
2 parents 74c81a7 + 1c39893 commit eb1b3be

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 -sfx7z.sfx $destfile7z $sourceDir
403+
7z a -sfx $destfile7z $sourceDir
404404
405405
- name: generate hashes wppm style
406406
if: env.ARTIFACT_NAME != ''

0 commit comments

Comments
 (0)
0