Skip to content

Commit 020d8a2

Browse files
committed
test fix
1 parent 20e3f3a commit 020d8a2

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,10 @@ jobs:
3333
run: cargo test --target-dir ./target-tests
3434
- name: Print Hash
3535
run: sha256sum ./target/deploy/express_relay.so
36-
- name: Debug path
37-
run: ls -al ./target/deploy
3836
- name: Upload artifact
3937
if: github.event_name == 'push'
4038
uses: actions/upload-artifact@v4
4139
with:
4240
name: express_relay.so
43-
path: ./target/deploy/express_relay.so
41+
path: contracts/svm/target/deploy/express_relay.so
4442
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 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)