Skip to content

Commit efcafe2

Browse files
authored
Merge pull request #60 from hyperledger-labs/release-contracts
Include all json files from artifact/contracts
2 parents 426aeae + 7d792eb commit efcafe2

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
@@ -68,7 +68,7 @@ jobs:
6868
env:
6969
ARTIFACTS_ROOT: ${{ runner.temp }}/zeto-artifacts
7070
run: |
71-
tar -czvf $ARTIFACTS_ROOT/zeto-contracts-$ZETO_VER.tar.gz artifacts/contracts/**/*.json
71+
tar -czvf $ARTIFACTS_ROOT/zeto-contracts-$ZETO_VER.tar.gz artifacts/contracts
7272
7373
- name: Publish Release Artifact
7474
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)