Skip to content

Commit aef4932

Browse files
committed
fix archive path
1 parent eec1429 commit aef4932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
nmake
5555
5656
- name: Create Zip Archive
57-
run: Compress-Archive -Path release\* -DestinationPath release\Kiwi8.zip
57+
run: Compress-Archive -Path Windows\release\* -DestinationPath Windows\release\Kiwi8.zip
5858

5959
- name: Upload Windows build artifact
6060
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)