Digest wants 'sha256:' prefix that the upload step doesn't add for some reason (#667)

This commit is contained in:
Max Goedjen
2025-09-03 22:01:44 -07:00
committed by GitHub
parent 416a7d5f40
commit 412687467b
2 changed files with 17 additions and 13 deletions

View File

@@ -55,4 +55,4 @@ 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 }}