Skip to content

Commit

Permalink
publish contracts during release workflow (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilchainani committed Jan 31, 2022
1 parent e76c528 commit 0536b40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/contract-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ jobs:
- name: Create Release
uses: softprops/action-gh-release@v1
with:
files: contracts/artifacts.tar.gz
files: |
contracts/artifacts.tar.gz
target/deploy/*.so

0 comments on commit 0536b40

Please sign in to comment.