Skip to content

Commit

Permalink
fix: release scripts fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alxarno committed Dec 6, 2024
1 parent a4679c1 commit 375e037
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 @@ -34,5 +34,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload ${{ steps.release.outputs.tag_name }} ./out/tinytune_linux_amd64
gh release create latest --notes "#[${{ steps.release.outputs.tag_name }}](https://github.com/alxarno/tinytune/releases/tag/${{ steps.release.outputs.tag_name }})"
gh release create latest --title latest --notes "[${{ steps.release.outputs.tag_name }}](https://github.com/alxarno/tinytune/releases/tag/${{ steps.release.outputs.tag_name }})"
gh release upload latest ./out/tinytune_linux_amd64

0 comments on commit 375e037

Please sign in to comment.