Skip to content

Commit 20e3f3a

Browse files
committed
test
1 parent a991dfd commit 20e3f3a

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
@@ -34,7 +34,7 @@ jobs:
3434
- name: Print Hash
3535
run: sha256sum ./target/deploy/express_relay.so
3636
- name: Debug path
37-
run: ls -al contracts/svm/target/deploy
37+
run: ls -al ./target/deploy
3838
- name: Upload artifact
3939
if: github.event_name == 'push'
4040
uses: actions/upload-artifact@v4

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 subdirectory 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)