Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release-svm-contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: express_relay.so
path: ./target/deploy/express_relay.so
path: contracts/svm/target/deploy/express_relay.so
retention-days: 90
2 changes: 1 addition & 1 deletion contracts/svm/programs/express_relay/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Express Relay Program

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.

## Express Relay Design

Expand Down
Loading