We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa99f06 commit 8a43443Copy full SHA for 8a43443
.github/workflows/release.yaml
@@ -61,7 +61,7 @@ jobs:
61
working-directory: ${{ runner.temp }}/zeto-artifacts
62
run: |
63
tar -czvf zeto-wasm-$ZETO_VER.tar.gz **/*.wasm
64
- tar -czvf --exclude='*qurrency*' zeto-test-proving-keys-$ZETO_VER.tar.gz *.zkey *-vkey.json
+ tar --exclude='*qurrency*' -czvf zeto-test-proving-keys-$ZETO_VER.tar.gz *.zkey *-vkey.json
65
tar -czvf zeto-qurrency-test-proving-keys-$ZETO_VER.tar.gz *qurrency*.zkey *qurrency*-vkey.json
66
67
- name: Create contract archives
0 commit comments