Commit 06f93afb authored by mdj33's avatar mdj33 Committed by vipwzw

add mix build file

parent cdfe487e
...@@ -18,7 +18,7 @@ jobs: ...@@ -18,7 +18,7 @@ jobs:
- name: download zk key file - name: download zk key file
run: | run: |
pwd&&cd ./plugin/dapp/mix/cmd/ pwd&&cd ./plugin/dapp/mix/cmd/
wget https://github.com/mdj33/gnark/blob/main/chain33key.tar.gz wget https://github.com/mdj33/gnark/blob/main/chain33key.tar.gz?raw=true -O chain33key.tar.gz
tar -xzvf chain33key.tar.gz tar -xzvf chain33key.tar.gz
cp chain33key/* ./gnark/ cp chain33key/* ./gnark/
cd - cd -
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment