We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d40bb commit 04ca6c6Copy full SHA for 04ca6c6
.github/workflows/github_workflows_build-all.yml
@@ -409,7 +409,7 @@ jobs:
409
410
#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