We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e76c528 commit 0536b40Copy full SHA for 0536b40
.github/workflows/contract-release.yml
@@ -25,4 +25,6 @@ jobs:
25
- name: Create Release
26
uses: softprops/action-gh-release@v1
27
with:
28
- files: contracts/artifacts.tar.gz
+ files: |
29
+ contracts/artifacts.tar.gz
30
+ target/deploy/*.so
0 commit comments