Skip to content

Commit

Permalink
Ugh, zip needs -r to be recursive.
Browse files Browse the repository at this point in the history
  • Loading branch information
thejpster committed Dec 20, 2024
1 parent d0e8572 commit 8bc3bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
path: ./release-${{ github.ref_name }}
- run: zip release-${{ github.ref_name }}.zip ./release-${{ github.ref_name }}
- run: zip -r release-${{ github.ref_name }}.zip ./release-${{ github.ref_name }}
- uses: softprops/action-gh-release@v1
with:
files: |
Expand Down

0 comments on commit 8bc3bf0

Please sign in to comment.