浏览代码

compute sha256 checksums while releasing

Signed-off-by: Nicolas De Loof <[email protected]>
Nicolas De Loof 4 年之前
父节点
当前提交
17d845b3d2
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .github/workflows/release.yaml

+ 3 - 0
.github/workflows/release.yaml

@@ -35,6 +35,9 @@ jobs:
       - name: Build
         run: make GIT_TAG=${{ github.event.inputs.tag }} -f builder.Makefile cross
 
+      - name: Compute checksums
+        run: cd bin; for f in *; do shasum --algorithm 256 $f > $f.sha256; done
+
       - name: License
         run: cp packaging/* bin/