Skip to content

Commit 5881055

Browse files
pass library-name for squads verify-build
fix error: === Exporting PDA Transaction === Error: Failed to find unique Cargo.toml file in root directory Error: Process completed with exit code 1.
1 parent 266bc7e commit 5881055

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)