Skip to content

Commit

Permalink
Merge pull request #60 from hyperledger-labs/release-contracts
Browse files Browse the repository at this point in the history
Include all json files from artifact/contracts
  • Loading branch information
jimthematrix committed Sep 7, 2024
2 parents 426aeae + 7d792eb commit efcafe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
env:
ARTIFACTS_ROOT: ${{ runner.temp }}/zeto-artifacts
run: |
tar -czvf $ARTIFACTS_ROOT/zeto-contracts-$ZETO_VER.tar.gz artifacts/contracts/**/*.json
tar -czvf $ARTIFACTS_ROOT/zeto-contracts-$ZETO_VER.tar.gz artifacts/contracts
- name: Publish Release Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit efcafe2

Please sign in to comment.