mirror of
https://github.com/logos-storage/logos-storage-proofs-circuits.git
synced 2026-01-04 06:23:09 +00:00
ci: fix ceremony download folder
This commit is contained in:
parent
13d1e67152
commit
d1d1a32e79
4
.github/workflows/generate.yml
vendored
4
.github/workflows/generate.yml
vendored
@ -99,7 +99,9 @@ jobs:
|
||||
|
||||
- name: Circuit setup
|
||||
run: |
|
||||
wget -O ceremony.ptau -P .. ${{ env.ceremony_source }}
|
||||
cd ..
|
||||
wget -q -O ceremony.ptau ${{ env.ceremony_source }}
|
||||
cd build
|
||||
NODE_OPTIONS="--max-old-space-size=8192" snarkjs groth16 setup proof_main.r1cs ../ceremony.ptau proof_main_0000.zkey
|
||||
NODE_OPTIONS="--max-old-space-size=8192" snarkjs zkey contribute proof_main_0000.zkey proof_main_0001.zkey --name="External Contribution" -e="${{ github.event.inputs.ceremonyContribution }}"
|
||||
rm proof_main_0000.zkey
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user