Fix Build Attest

This commit is contained in:
ZeldaZach
2025-06-22 18:48:52 -04:00
parent df863355b7
commit 2a4ebe1b3e

View File

@@ -212,7 +212,6 @@ jobs:
with:
subject-path: ${{steps.build.outputs.path}}
subject-name: ${{steps.build.outputs.name}}
subject-digest: sha256:${{ steps.upload_artifact.outputs.artifact-digest }}
- name: Verify binary attestation
if: steps.attestation.outcome == 'success'