We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9212c44 commit a9cb7f3Copy full SHA for a9cb7f3
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v3
16
- uses: jiro4989/setup-nim-action@v1
17
- run: nimble build -y
18
- - run: zip -rD peni-win64.zip release windll
+ - run: Compress-Archive -Path release/*,windll/* -DestinationPath peni-win64.zip
19
- uses: "marvinpinto/action-automatic-releases@latest"
20
with:
21
repo_token: "${{ secrets.GITHUB_TOKEN }}"
0 commit comments