Skip to content

Commit

Permalink
Putting file structure the way it needs to be
Browse files Browse the repository at this point in the history
  • Loading branch information
wmat committed Mar 4, 2025
1 parent cdca129 commit f023e1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@

- name: Create release
run: |
cd .vale/styles
cd .vale
echo $GITHUB_RUN_NUMBER > version.txt
zip -r RISCV-Vale.zip config riscv .vale.ini
zip -r RISCV-Vale.zip styles config riscv .vale.ini
gh release create v$GITHUB_RUN_NUMBER 'RISCV-Vale.zip'
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit f023e1b

Please sign in to comment.