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