mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-10-05 02:30:56 +00:00
Fix attestation of release zip file (#731)
This commit is contained in:
parent
516e37fdde
commit
3bb0cc4a0e
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -76,8 +76,7 @@ jobs:
|
|||||||
id: attest
|
id: attest
|
||||||
uses: actions/attest-build-provenance@v2
|
uses: actions/attest-build-provenance@v2
|
||||||
with:
|
with:
|
||||||
subject-name: "Secretive.zip"
|
subject-path: "Secretive.zip"
|
||||||
subject-digest: sha256:${{ steps.upload.outputs.artifact-digest }}
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
run: |
|
run: |
|
||||||
sed -i.tmp "s/RUN_ID/$RUN_ID/g" .github/templates/release.md
|
sed -i.tmp "s/RUN_ID/$RUN_ID/g" .github/templates/release.md
|
||||||
|
Loading…
Reference in New Issue
Block a user