summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 07ac643..673e8f9 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -120,6 +120,9 @@ jobs:
name: windows-dist
path: upload
+ - name: Merge checksums
+ run: cat upload/*.sha256 > sha256sum.txt
+
- name: Format release note from CHANGELOG.md
run: |
version="$GITHUB_REF_NAME"
@@ -169,6 +172,6 @@ jobs:
files: |
upload/*.tar.gz
upload/*.zip
- upload/*.sha256
+ sha256sum.txt
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}