Skip to content

Commit

Permalink
Fixing zip command
Browse files Browse the repository at this point in the history
  • Loading branch information
wmat committed Mar 4, 2025
1 parent f95db73 commit a3414b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
run: |
cd .vale
echo $GITHUB_RUN_NUMBER > version.txt
zip -r RISCV-Vale.zip styles/*
zip -r RISCV-Vale.zip styles/
gh release create v$GITHUB_RUN_NUMBER 'RISCV-Vale.zip'
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit a3414b1

Please sign in to comment.