Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1ade879

Browse files
authored
workflows/release-binaries: Fix typo (#178732)
This was causing the attestation-name to be null which caused the attestation upload to fail.
1 parent 4e21141 commit 1ade879

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
release-binary-filename: ${{ steps.vars.outputs.release-binary-filename }}
6363
build-runs-on: ${{ steps.vars.outputs.build-runs-on }}
6464
test-runs-on: ${{ steps.vars.outputs.build-runs-on }}
65-
attestation-name: ${{ steps.vars.outptus.attestation-name }}
65+
attestation-name: ${{ steps.vars.outputs.attestation-name }}
6666

6767
steps:
6868
# It's good practice to use setup-python, but this is also required on macos-14

0 commit comments

Comments
 (0)