File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 38
38
working-directory : ' ./smart-contract'
39
39
40
40
- name : Upload Smart contract
41
- run : cargo contract upload --verbose --storage-deposit-limit 1 --url 'wss://rococo-contracts-rpc.polkadot.io' --suri '${{ secrets.BLOCKCHAIN_SEEDS }}'
41
+ run : cargo contract upload --verbose --execute --url 'wss://rococo-contracts-rpc.polkadot.io' --suri '${{ secrets.BLOCKCHAIN_SEEDS }}'
42
42
working-directory : ' ./smart-contract'
43
43
44
44
- name : Instantiate Smart contract
45
- run : cargo contract instantiate --verbose --constructor new --args 1 --url 'wss://rococo-contracts-rpc.polkadot.io' --suri '${{ secrets.BLOCKCHAIN_SEEDS }}'
45
+ run : cargo contract instantiate --verbose --execute -- constructor new --args 1 --url 'wss://rococo-contracts-rpc.polkadot.io' --suri '${{ secrets.BLOCKCHAIN_SEEDS }}'
46
46
working-directory : ' ./smart-contract'
You can’t perform that action at this time.
0 commit comments