From 0536b40aa18e5fadd12eec315c7906e9c26a863c Mon Sep 17 00:00:00 2001 From: Akhil Chainani Date: Mon, 31 Jan 2022 11:58:16 -0700 Subject: [PATCH] publish contracts during release workflow (#163) --- .github/workflows/contract-release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/contract-release.yml b/.github/workflows/contract-release.yml index 54b79fc0e..ceaaed593 100644 --- a/.github/workflows/contract-release.yml +++ b/.github/workflows/contract-release.yml @@ -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