summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorKamontat Chantrachirathumrong <14089557+kamontat@users.noreply.github.com>2023-09-17 18:55:56 +0700
committerGitHub <noreply@github.com>2023-09-17 20:55:56 +0900
commitd3a356fa1c366a4f80f4abd7434d3bfa746723e7 (patch)
tree0f85772c0fa0bc906262ec42cc82933b8fd8bba9 /.github
parent24e6e6ea3989ccd1b83be9e61f2666d016bac330 (diff)
Fix checksum file spacing for shasum command (#2899)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 17eca36f..4527daee 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -369,7 +369,7 @@ jobs:
TAG_NAME: ${{ github.ref_name }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
- sha256sum jq-*/jq-* | sed 's| .*/| |' > sha256sum.txt
+ sha256sum jq-*/jq-* | sed 's| .*/| |' > sha256sum.txt
gh release create "$TAG_NAME" --draft --title "jq ${TAG_NAME#jq-}" --generate-notes
gh release upload "$TAG_NAME" --clobber jq-*/jq-* sha256sum.txt
- name: Import GPG key