Skip to content

Commit 14d40bb

Browse files
committed
forward !
1 parent 18fec33 commit 14d40bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/github_workflows_build-all.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -405,11 +405,11 @@ jobs:
405405
$SevenZipDir = "C:\Program Files\7-Zip"
406406
Get-ChildItem $SevenZipDir
407407
# Use the full path to the SFX module
408-
$SFXModulePath = "$SevenZipDir\7z.sfx"
408+
$SFXModulePath = "C:\Program Files\7-Zip\7z.sfx"
409409
410-
7z a -sfx $destfile7z $sourceDir
410+
#7z a -sfx $destfile7z $sourceDir
411411
#7z a -t7z -sfx7z.sfx $destfile7z $sourceDir
412-
#7z a -t7z -sfx$SFXModulePath $destfile7z $sourceDir
412+
7z a -t7z -sfx$SFXModulePath $destfile7z $sourceDir
413413

414414
- name: generate hashes wppm style
415415
if: env.ARTIFACT_NAME != ''

0 commit comments

Comments
 (0)