From a74758e111b9c405d097ad4b86632eeddbfeffd3 Mon Sep 17 00:00:00 2001 From: Almenon Date: Sat, 17 Feb 2024 12:23:58 -0800 Subject: [PATCH] update checksum fixes #309 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 317c8385..411ad855 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: - name: Get the version id: get_version run: echo VERSION=${GITHUB_REF#refs/tags/v} >> $GITHUB_OUTPUT - - uses: jmgilman/actions-generate-checksum@24a35957fba81c6cbaefeb1e3d59ee56e3db5077 + - uses: jmgilman/actions-generate-checksum@521a903edf511407d8bd5535d257402fd9bb5db0 id: checksums with: patterns: "build/${{ steps.get_version.outputs.VERSION }}/*"