We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 492effb commit 0831165Copy full SHA for 0831165
.github/workflows/release-binaries.yml
@@ -269,6 +269,6 @@ jobs:
269
uses: ./.github/workflows/upload-release-artifact
270
with:
271
artifact-id: ${{ needs.build-release-package.outputs.artifact-id }}
272
- attestation-name: ${{ needs.prepare.outputs.release-binary-filename }}
+ attestation-name: ${{ runner.os }}-${{ runner.arch }}-release-binary-attestation
273
digest: ${{ needs.build-release-package.outputs.digest }}
274
upload: ${{ needs.prepare.outputs.upload }}
0 commit comments