We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eec1429 commit aef4932Copy full SHA for aef4932
.github/workflows/build.yml
@@ -54,7 +54,7 @@ jobs:
54
nmake
55
56
- name: Create Zip Archive
57
- run: Compress-Archive -Path release\* -DestinationPath release\Kiwi8.zip
+ run: Compress-Archive -Path Windows\release\* -DestinationPath Windows\release\Kiwi8.zip
58
59
- name: Upload Windows build artifact
60
uses: actions/upload-artifact@v4
0 commit comments