We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 266bc7e + 5881055 commit f1802a9Copy full SHA for f1802a9
1 file changed
verify-build/action.yaml
@@ -108,6 +108,7 @@ runs:
108
--uploader ${{ inputs.vault-address }} \
109
--commit-hash ${{ inputs.commit-hash }} \
110
--url ${{ inputs.rpc-url }} \
111
+ --library-name ${{ inputs.program }} \
112
--encoding base64 | tail -n 1)
113
114
# Verify we got a base64 string
0 commit comments