mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-19 19:17:02 -07:00
Remove unnecessary attestation support script
This commit is contained in:
parent
65f0e3889f
commit
81fccde750
1 changed files with 0 additions and 10 deletions
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
|
|
@ -33,16 +33,6 @@ jobs:
|
|||
version: latest
|
||||
args: release --clean
|
||||
id: goreleaser
|
||||
- name: Process goreleaser output
|
||||
id: process_goreleaser_output
|
||||
run: |
|
||||
echo "const fs = require('fs');" > process.js
|
||||
echo 'const artifacts = ${{ steps.goreleaser.outputs.artifacts }}' >> process.js
|
||||
echo "const firstNonNullDigest = artifacts.find(artifact => artifact.extra && artifact.extra.Digest != null)?.extra.Digest;" >> process.js
|
||||
echo "console.log(firstNonNullDigest);" >> process.js
|
||||
echo "fs.writeFileSync('digest.txt', firstNonNullDigest);" >> process.js
|
||||
node process.js
|
||||
echo "digest=$(cat digest.txt)" >> $GITHUB_OUTPUT
|
||||
- name: Attest Binaries
|
||||
uses: actions/attest-build-provenance@v1
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue