Skip to content

Commit

Permalink
Fix zip on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoli authored Feb 29, 2024
1 parent 02af397 commit 74a84da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
run: python x.py test-package prusti_artifact

- name: Zip Prusti artifact
shell: bash
run: |
cd prusti_artifact
zip -r release.zip *
uses: thedoctor0/[email protected]
with:
directory: prusti_artifact
filename: release.zip

- name: Upload Prusti artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 74a84da

Please sign in to comment.