From 17d845b3d2e02ffccec465ee5039a3ec35957e61 Mon Sep 17 00:00:00 2001 From: Nicolas De Loof Date: Tue, 28 Sep 2021 14:55:37 +0200 Subject: [PATCH] compute sha256 checksums while releasing Signed-off-by: Nicolas De Loof --- .github/workflows/release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1ec5e354..ce1c27f2 100644 --- a/.github/workflows/release.yaml +++ b/.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/