Skip to content

Commit 4cc1b9f

Browse files
npalmrjaegers
andauthored
Update .github/workflows/release.yml
Co-authored-by: Ron <[email protected]>
1 parent ea1ec90 commit 4cc1b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
# rename attest bundle to github-aws-runners-terraform-aws-github-runner-attestation-$attestation-id.sigstore
8686
# OpenSSF expects the attestation bundle to be named in this format (*.sigstore)
8787
SIGSTORE_BUNDLE=$RUNNER_TEMP/github-aws-runners-terraform-aws-github-runner-attestation-${ATTESTATION_ID}.sigstore
88-
INTOTO_BUNDLE=$RUNNER_TEMP/github-aws-runners-terraform-aws-github-runner-attestation-${ATTESTATION_ID}.intoto.json
88+
INTOTO_BUNDLE=$RUNNER_TEMP/github-aws-runners-terraform-aws-github-runner-attestation-${ATTESTATION_ID}.intoto.jsonl
8989
mv ${ATTESTATION_BUNDLE} $SIGSTORE_BUNDLE
9090
if [ -z "$SIGSTORE_BUNDLE" ]; then
9191
echo "No attestation bundle found, skipping attachment."

0 commit comments

Comments
 (0)