Skip to content

Commit b47af50

Browse files
committed
Updated Windows GitHub Actions workflow zip to use Compress-Archive
1 parent dd8df94 commit b47af50

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ jobs:
3232
./app.exe
3333
3434
- name: compress output
35-
shell: bash
36-
run: zip -m ./windows.zip ./output/**
35+
run: Compress-Archive -Path ./output/* -DestinationPath ./windows.zip
3736

3837
- name: upload artifacts
3938
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)