Skip to content

Commit

Permalink
Fix dir levels
Browse files Browse the repository at this point in the history
Fix dir levels to zip
  • Loading branch information
wmat committed Mar 4, 2025
1 parent c8f82b0 commit e7ad738
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 @@ -22,7 +22,7 @@

- name: Create release
run: |
cd .vale/styles
cd ..
echo $GITHUB_RUN_NUMBER > version.txt
zip -r RISCV-Vale.zip .vale
gh release create v$GITHUB_RUN_NUMBER 'RISCV-Vale.zip'
Expand Down

0 comments on commit e7ad738

Please sign in to comment.