From 28dd271ed7e3cdeb0332a99724887b83a9780622 Mon Sep 17 00:00:00 2001 From: RickyRister Date: Sun, 29 Jun 2025 14:21:01 -0700 Subject: [PATCH] Revert "Fix Build Attest" This reverts commit 2a4ebe1b3e5bad804c86b79070499f0a9a901ea6. --- .github/workflows/desktop-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 895bb8d6a..ff78d2893 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -212,6 +212,7 @@ 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'