Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Mar 17, 2024
1 parent 1897cd8 commit 23aba26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/distribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Distribute ETH to accounts 1, 2, 3, 4
run: |
erc20_processor distribute --amounts 0.001;0.001;0.001;0.001 --recipients "$ETH_ADDRESS_1;$ETH_ADDRESS_2;$ETH_ADDRESS_3;$ETH_ADDRESS_4"
erc20_processor distribute --amounts "0.001;0.001;0.001;0.001" --recipients "$ETH_ADDRESS_1;$ETH_ADDRESS_2;$ETH_ADDRESS_3;$ETH_ADDRESS_4"
erc20_processor run
- name: Transfer all left ETH tokens
Expand Down

0 comments on commit 23aba26

Please sign in to comment.