mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 19:43:55 -07:00
Fix Build Attest pt2
This commit is contained in:
parent
7a24df9b7d
commit
77482af440
1 changed files with 1 additions and 3 deletions
4
.github/workflows/desktop-build.yml
vendored
4
.github/workflows/desktop-build.yml
vendored
|
|
@ -210,8 +210,8 @@ jobs:
|
||||||
if: steps.upload_release.outcome == 'success'
|
if: steps.upload_release.outcome == 'success'
|
||||||
uses: actions/attest-build-provenance@v2
|
uses: actions/attest-build-provenance@v2
|
||||||
with:
|
with:
|
||||||
subject-path: ${{steps.build.outputs.path}}
|
|
||||||
subject-name: ${{steps.build.outputs.name}}
|
subject-name: ${{steps.build.outputs.name}}
|
||||||
|
subject-digest: sha256:${{ steps.upload_artifact.outputs.artifact-digest }}
|
||||||
|
|
||||||
- name: Verify binary attestation
|
- name: Verify binary attestation
|
||||||
if: steps.attestation.outcome == 'success'
|
if: steps.attestation.outcome == 'success'
|
||||||
|
|
@ -341,7 +341,6 @@ jobs:
|
||||||
uses: actions/attest-build-provenance@v2
|
uses: actions/attest-build-provenance@v2
|
||||||
with:
|
with:
|
||||||
subject-path: ${{steps.build.outputs.path}}
|
subject-path: ${{steps.build.outputs.path}}
|
||||||
subject-name: ${{steps.build.outputs.name}}
|
|
||||||
subject-digest: sha256:${{ steps.upload_artifact.outputs.artifact-digest }}
|
subject-digest: sha256:${{ steps.upload_artifact.outputs.artifact-digest }}
|
||||||
|
|
||||||
- name: Verify binary attestation
|
- name: Verify binary attestation
|
||||||
|
|
@ -445,7 +444,6 @@ jobs:
|
||||||
uses: actions/attest-build-provenance@v2
|
uses: actions/attest-build-provenance@v2
|
||||||
with:
|
with:
|
||||||
subject-path: ${{steps.build.outputs.path}}
|
subject-path: ${{steps.build.outputs.path}}
|
||||||
subject-name: ${{steps.build.outputs.name}}
|
|
||||||
subject-digest: sha256:${{ steps.upload_artifact.outputs.artifact-digest }}
|
subject-digest: sha256:${{ steps.upload_artifact.outputs.artifact-digest }}
|
||||||
|
|
||||||
- name: Verify binary attestation
|
- name: Verify binary attestation
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue