Skip to content

Commit

Permalink
Update action-gh-release to v2, add downloads badge to release maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
julianneswinoga committed Jan 5, 2025
1 parent c55ebaa commit 785bb1f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,13 @@ jobs:
zip -sf $zip_dist
done
- name: Publish GitHub release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: ${{ github.ref_name }}
generate_release_notes: true
append_body: true
body: |
![](https://img.shields.io/github/downloads/OpenAstroTech/OATFWGUI/${{ github.ref_name }}/total)
fail_on_unmatched_files: true
files: artifacts/*/*.zip

0 comments on commit 785bb1f

Please sign in to comment.