We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 980ba2a commit a6d360bCopy full SHA for a6d360b
2 files changed
.github/workflows/test-and-release-svm-contract.yml
@@ -37,5 +37,5 @@ jobs:
37
uses: actions/upload-artifact@v4
38
with:
39
name: express_relay.so
40
- path: ./target/deploy/express_relay.so
+ path: contracts/svm/target/deploy/express_relay.so
41
retention-days: 90
contracts/svm/programs/express_relay/README.md
@@ -1,6 +1,6 @@
1
# Express Relay Program
2
3
-This subdir contains the Express Relay program and its SDK to help integrating programs check permissioning and perform testing.
+This subdirectory contains the Express Relay program and its SDK to help integrating programs check permissioning and perform testing.
4
5
## Express Relay Design
6
0 commit comments