We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74cf249 commit 3f18137Copy full SHA for 3f18137
.github/workflows/cmake-test.yml
@@ -124,12 +124,11 @@ jobs:
124
with:
125
name: "FireSTARR ${{ github.ref_name }}"
126
body: |
127
- *Hash:** ${{ github.sha }}
+ **Hash:** ${{ github.sha }}
128
**Workflow run:** https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
129
prerelease: true
130
make_latest: false
131
generate_release_notes: true
132
- append_body: true
133
files: |
134
./firestarr*/*.tar.gz
135
./firestarr*/*.zip
0 commit comments