We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a991dfd commit 20e3f3aCopy full SHA for 20e3f3a
2 files changed
.github/workflows/test-and-release-svm-contract.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Print Hash
35
run: sha256sum ./target/deploy/express_relay.so
36
- name: Debug path
37
- run: ls -al contracts/svm/target/deploy
+ run: ls -al ./target/deploy
38
- name: Upload artifact
39
if: github.event_name == 'push'
40
uses: actions/upload-artifact@v4
contracts/svm/programs/express_relay/README.md
@@ -1,6 +1,6 @@
1
# Express Relay Program
2
3
-This subdirectory 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