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