Revert "Fix Build Attest pt3"

This reverts commit 1c687e7a45.
This commit is contained in:
RickyRister 2025-06-29 14:20:56 -07:00
parent ab5cfa9f85
commit 4d54ea32a6

View file

@ -340,7 +340,7 @@ jobs:
if: steps.upload_release.outcome == 'success' if: steps.upload_release.outcome == 'success'
uses: actions/attest-build-provenance@v2 uses: actions/attest-build-provenance@v2
with: with:
subject-name: ${{steps.build.outputs.name}} subject-path: ${{steps.build.outputs.path}}
subject-digest: sha256:${{ steps.upload_artifact.outputs.artifact-digest }} subject-digest: sha256:${{ steps.upload_artifact.outputs.artifact-digest }}
- name: Verify binary attestation - name: Verify binary attestation
@ -443,7 +443,7 @@ jobs:
if: steps.upload_release.outcome == 'success' if: steps.upload_release.outcome == 'success'
uses: actions/attest-build-provenance@v2 uses: actions/attest-build-provenance@v2
with: with:
subject-name: ${{steps.build.outputs.name}} subject-path: ${{steps.build.outputs.path}}
subject-digest: sha256:${{ steps.upload_artifact.outputs.artifact-digest }} subject-digest: sha256:${{ steps.upload_artifact.outputs.artifact-digest }}
- name: Verify binary attestation - name: Verify binary attestation