Skip to content

Commit 7a44f74

Browse files
committed
update ci
1 parent d428102 commit 7a44f74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/foundry-voting.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626

2727
- name: Generate verifier contract
2828
run: |
29-
nargo codegen-verifier && cp contract/plonk_vk.sol ../src/plonk_vk.sol
29+
nargo codegen-verifier && cp contract/foundry_voting/plonk_vk.sol ../contract/plonk_vk.sol
3030
working-directory: foundry-voting/circuits
3131

3232
- name: Generate proof
3333
run: |
34-
nargo prove p
34+
nargo prove
3535
working-directory: foundry-voting/circuits
3636

3737
- name: Test with Foundry

0 commit comments

Comments
 (0)