mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-10-04 18:20: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
|
||||
uses: actions/attest-build-provenance@v2
|
||||
with:
|
||||
subject-name: "Secretive.zip"
|
||||
subject-digest: sha256:${{ steps.upload.outputs.artifact-digest }}
|
||||
subject-path: "Secretive.zip"
|
||||
- name: Create Release
|
||||
run: |
|
||||
sed -i.tmp "s/RUN_ID/$RUN_ID/g" .github/templates/release.md
|
||||
|
Loading…
Reference in New Issue
Block a user