Skip to content

Commit a9cb7f3

Browse files
committed
use powershell zip in gh action
1 parent 9212c44 commit a9cb7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- uses: jiro4989/setup-nim-action@v1
1717
- run: nimble build -y
18-
- run: zip -rD peni-win64.zip release windll
18+
- run: Compress-Archive -Path release/*,windll/* -DestinationPath peni-win64.zip
1919
- uses: "marvinpinto/action-automatic-releases@latest"
2020
with:
2121
repo_token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)