summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index dfd329c0..c8fac143 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -373,5 +373,6 @@ jobs:
TAG_NAME: ${{ github.ref_name }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
+ sha256sum jq-*/jq-* | sed 's, .*/, ,' > checksums.txt
gh release create "$TAG_NAME" --draft --title "jq ${TAG_NAME#jq-}" --generate-notes
- gh release upload "$TAG_NAME" --clobber jq-*/jq-*
+ gh release upload "$TAG_NAME" --clobber jq-*/jq-* checksums.txt