Skip to content

Commit a6d360b

Browse files
authored
Fix/svm contract release (#506)
* debug test * touch readme * test * test fix * fix worked
1 parent 980ba2a commit a6d360b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-and-release-svm-contract.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737
uses: actions/upload-artifact@v4
3838
with:
3939
name: express_relay.so
40-
path: ./target/deploy/express_relay.so
40+
path: contracts/svm/target/deploy/express_relay.so
4141
retention-days: 90

contracts/svm/programs/express_relay/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Express Relay Program
22

3-
This subdir contains the Express Relay program and its SDK to help integrating programs check permissioning and perform testing.
3+
This subdirectory contains the Express Relay program and its SDK to help integrating programs check permissioning and perform testing.
44

55
## Express Relay Design
66

0 commit comments

Comments
 (0)