Skip to content

Commit 7263098

Browse files
committed
chore(ci): Add sigstore bundle to release
1 parent 2fa36e1 commit 7263098

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
@@ -84,7 +84,7 @@ jobs:
8484
run: |
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)
87-
SIGSTORE_BUNDLE="github-aws-runners-terraform-aws-github-runner-attestation-${ATTESTATION_ID}.sigstore"
87+
SIGSTORE_BUNDLE=$RUNNER_TEMP/github-aws-runners-terraform-aws-github-runner-attestation-${ATTESTATION_ID}.sigstore
8888
mv ${ATTESTATION_BUNDLE} $SIGSTORE_BUNDLE
8989
if [ -z "$SIGSTORE_BUNDLE" ]; then
9090
echo "No attestation bundle found, skipping attachment."

0 commit comments

Comments
 (0)