Skip to content

Commit 41bc04a

Browse files
fix: use correct path for contract location (#165)
1 parent 0653ede commit 41bc04a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/contract-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
with:
2828
files: |
2929
contracts/artifacts.tar.gz
30-
target/deploy/*.so
30+
contracts/target/deploy/*.so

0 commit comments

Comments
 (0)