Skip to content

Commit

Permalink
ci: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AuHau committed Jan 4, 2024
1 parent 34b9365 commit 0b6ab5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ jobs:
- name: Generate proof
run: |
cd workflow/build/proof_main_js
cd workflow/build/
../../reference/nim/proof_input/cli $CLI_ARGS -v --output=input.json
cd proof_main_js
node generate_witness.js proof_main.wasm ../input.json ../witness.wtns
cd ..
snarkjs groth16 prove proof_main.zkey witness.wtns proof.json public.json
Expand Down

0 comments on commit 0b6ab5f

Please sign in to comment.