Skip to content

Commit f1802a9

Browse files
authored
Merge pull request #7 from salem-moralist/patch-1
pass library-name for squads verify-build
2 parents 266bc7e + 5881055 commit f1802a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

verify-build/action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ runs:
108108
--uploader ${{ inputs.vault-address }} \
109109
--commit-hash ${{ inputs.commit-hash }} \
110110
--url ${{ inputs.rpc-url }} \
111+
--library-name ${{ inputs.program }} \
111112
--encoding base64 | tail -n 1)
112113
113114
# Verify we got a base64 string

0 commit comments

Comments
 (0)