From d0a724ad705f9d0c0e57085bb347c723bf2d5982 Mon Sep 17 00:00:00 2001 From: RickyRister Date: Sun, 29 Jun 2025 14:20:58 -0700 Subject: [PATCH] Revert "Fix Build Attest pt2" This reverts commit 53ed02866330fc844fb54212e7b767899758f94d. --- .github/workflows/desktop-build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index ce5cbbbc8..895bb8d6a 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -210,8 +210,8 @@ jobs: if: steps.upload_release.outcome == 'success' uses: actions/attest-build-provenance@v2 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' @@ -341,6 +341,7 @@ jobs: uses: actions/attest-build-provenance@v2 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 @@ -444,6 +445,7 @@ jobs: uses: actions/attest-build-provenance@v2 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