Skip to content

Commit

Permalink
fix tally input
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Feb 5, 2024
1 parent 96a02fe commit 413f70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/finalize-round.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
# tally and finalize
cd monorepo/contracts
yarn hardhat clr-tally --clrfund "${CLRFUND_ADDRESS}" --network "${NETWORK}" \
--directory ~/params --maci-tx-hash "${MACI_TX_HASH}" --output-dir "./proof_output"
--circuit-directory ~/params --maci-tx-hash "${MACI_TX_HASH}" --output-dir "./proof_output"
curl --location --request POST 'https://api.pinata.cloud/pinning/pinFileToIPFS' \
--header "Authorization: Bearer ${{ secrets.PINATA_JWT }}" \
--form 'file=@"./proof_output/tally.json"'
Expand Down

0 comments on commit 413f70d

Please sign in to comment.