Skip to content

Commit 0536b40

Browse files
publish contracts during release workflow (#163)
1 parent e76c528 commit 0536b40

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/contract-release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ jobs:
2525
- name: Create Release
2626
uses: softprops/action-gh-release@v1
2727
with:
28-
files: contracts/artifacts.tar.gz
28+
files: |
29+
contracts/artifacts.tar.gz
30+
target/deploy/*.so

0 commit comments

Comments
 (0)