Skip to content

Commit

Permalink
Matching RedHat's release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wmat committed Mar 7, 2025
1 parent bb66e5b commit c8a4f16
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
run: |
cd styles
echo $GITHUB_RUN_NUMBER > version.txt
zip -r RISCVVale.zip *
gh release create v$GITHUB_RUN_NUMBER 'RISCVVale.zip'
zip -r config.zip config
zip -r riscv.zip riscv
gh release create v$GITHUB_RUN_NUMBER 'config.zip' 'riscv.zip'
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit c8a4f16

Please sign in to comment.