We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd8df94 commit b47af50Copy full SHA for b47af50
1 file changed
.github/workflows/windows.yml
@@ -32,8 +32,7 @@ jobs:
32
./app.exe
33
34
- name: compress output
35
- shell: bash
36
- run: zip -m ./windows.zip ./output/**
+ run: Compress-Archive -Path ./output/* -DestinationPath ./windows.zip
37
38
- name: upload artifacts
39
uses: actions/upload-artifact@v4
0 commit comments