File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -54,16 +54,16 @@ jobs:
54
54
- name : Create artifacts archives
55
55
working-directory : ${{ runner.temp }}/zeto-artifacts
56
56
run : |
57
- tar -czvf zeto-wasm.tar.gz **/*.wasm
58
- tar -czvf zeto-test-proving-keys.tar.gz *.zkey *-vkey.json
57
+ tar -czvf zeto-wasm-$ZETO_VER .tar.gz **/*.wasm
58
+ tar -czvf zeto-test-proving-keys-$ZETO_VER .tar.gz *.zkey *-vkey.json
59
59
60
60
- name : Publish Release Artifact
61
61
uses : actions/upload-artifact@v4
62
62
with :
63
63
name : zeto-wasm-and-proving-keys
64
64
path : |
65
- ${{ runner.temp }}/zeto-artifacts/zeto-wasm.tar.gz
66
- ${{ runner.temp }}/zeto-artifacts/**/ zeto-test-proving-keys.tar.gz
65
+ ${{ runner.temp }}/zeto-artifacts/zeto-wasm-* .tar.gz
66
+ ${{ runner.temp }}/zeto-artifacts/zeto-test-proving-keys-* .tar.gz
67
67
68
68
create-release :
69
69
name : Create GitHub Release
80
80
uses : ncipollo/release-action@v1
81
81
with :
82
82
allowUpdates : ' true'
83
- artifacts : zeto-wasm.tar.gz,zeto-test -proving-keys.tar.gz
83
+ artifacts : zeto-wasm-and -proving-keys/* .tar.gz
84
84
tag : ${{ env.ZETO_VER }}
85
85
env :
86
86
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments