Skip to content

Commit 8a43443

Browse files
committed
fix tar command in the release action
Signed-off-by: Jim Zhang <[email protected]>
1 parent fa99f06 commit 8a43443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
working-directory: ${{ runner.temp }}/zeto-artifacts
6262
run: |
6363
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
64+
tar --exclude='*qurrency*' -czvf zeto-test-proving-keys-$ZETO_VER.tar.gz *.zkey *-vkey.json
6565
tar -czvf zeto-qurrency-test-proving-keys-$ZETO_VER.tar.gz *qurrency*.zkey *qurrency*-vkey.json
6666
6767
- name: Create contract archives

0 commit comments

Comments
 (0)