We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f44c08 commit e351dd9Copy full SHA for e351dd9
.github/workflows/build.yml
@@ -80,7 +80,7 @@ jobs:
80
81
- name: Zip portable builds
82
if: runner.os == 'Windows'
83
- run: Compress-Archive -Path .\dist\win-unpacked\ -DestinationPath .\dist\Sploder-Portable-x64.zip && Compress-Archive -Path .\dist\win-ia32-unpacked\ -DestinationPath .\dist\Sploder-Portable-ia32.zip
+ run: Compress-Archive -Path .\dist\win-unpacked\* -DestinationPath .\dist\Sploder-Portable-x64.zip && Compress-Archive -Path .\dist\win-ia32-unpacked\* -DestinationPath .\dist\Sploder-Portable-ia32.zip
84
85
- name: Upload .exe files
86
0 commit comments