From c81cba799f9aac9253f7fd53593fe0b75ac4c277 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Sun, 14 Sep 2025 15:16:34 -0700 Subject: [PATCH] Fix release digest formatting --- .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 6446ae4..d500b24 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -77,7 +77,7 @@ jobs: uses: actions/attest-build-provenance@v2 with: subject-name: "Secretive.zip" - subject-digest: ${{ steps.upload.outputs.artifact-digest }} + subject-digest: sha256:${{ steps.upload.outputs.artifact-digest }} - name: Create Release run: | sed -i.tmp "s/RUN_ID/$RUN_ID/g" .github/templates/release.md