Skip to content

Commit

Permalink
chore(ci): include more information in the body
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexD10S committed Feb 3, 2025
1 parent ec2debd commit 687d6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@ jobs:
name: "${{ github.event.inputs.release_name }}"
target_commitish: ${{ github.event.inputs.ref }}
generate_release_notes: true
body: " "
body: "This release contains the following builds:\n\n- Linux (x86_64)\n- Linux (AArch64)\n- macOS (x86_64)\n- macOS (AArch64)\n\nSHA256 checksums included."
files: |
release-artifacts/**/*.tar.gz

0 comments on commit 687d6b4

Please sign in to comment.