Skip to content

Commit 0831165

Browse files
committed
fix attestation
1 parent 492effb commit 0831165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,6 @@ jobs:
269269
uses: ./.github/workflows/upload-release-artifact
270270
with:
271271
artifact-id: ${{ needs.build-release-package.outputs.artifact-id }}
272-
attestation-name: ${{ needs.prepare.outputs.release-binary-filename }}
272+
attestation-name: ${{ runner.os }}-${{ runner.arch }}-release-binary-attestation
273273
digest: ${{ needs.build-release-package.outputs.digest }}
274274
upload: ${{ needs.prepare.outputs.upload }}

0 commit comments

Comments
 (0)