We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18fec33 commit 14d40bbCopy full SHA for 14d40bb
.github/workflows/github_workflows_build-all.yml
@@ -405,11 +405,11 @@ jobs:
405
$SevenZipDir = "C:\Program Files\7-Zip"
406
Get-ChildItem $SevenZipDir
407
# Use the full path to the SFX module
408
- $SFXModulePath = "$SevenZipDir\7z.sfx"
+ $SFXModulePath = "C:\Program Files\7-Zip\7z.sfx"
409
410
- 7z a -sfx $destfile7z $sourceDir
+ #7z a -sfx $destfile7z $sourceDir
411
#7z a -t7z -sfx7z.sfx $destfile7z $sourceDir
412
- #7z a -t7z -sfx$SFXModulePath $destfile7z $sourceDir
+ 7z a -t7z -sfx$SFXModulePath $destfile7z $sourceDir
413
414
- name: generate hashes wppm style
415
if: env.ARTIFACT_NAME != ''
0 commit comments