From 4d54ea32a69adc18bdce4841ef2b1fba4a1d9e0f Mon Sep 17 00:00:00 2001 From: RickyRister Date: Sun, 29 Jun 2025 14:20:56 -0700 Subject: [PATCH] Revert "Fix Build Attest pt3" This reverts commit 1c687e7a453fe8c30d7ff55f3e2502837ebf97e6. --- .github/workflows/desktop-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 55a706b41..ce5cbbbc8 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -340,7 +340,7 @@ jobs: if: steps.upload_release.outcome == 'success' uses: actions/attest-build-provenance@v2 with: - subject-name: ${{steps.build.outputs.name}} + subject-path: ${{steps.build.outputs.path}} subject-digest: sha256:${{ steps.upload_artifact.outputs.artifact-digest }} - name: Verify binary attestation @@ -443,7 +443,7 @@ jobs: if: steps.upload_release.outcome == 'success' uses: actions/attest-build-provenance@v2 with: - subject-name: ${{steps.build.outputs.name}} + subject-path: ${{steps.build.outputs.path}} subject-digest: sha256:${{ steps.upload_artifact.outputs.artifact-digest }} - name: Verify binary attestation