Skip to content

Commit 1b2d89a

Browse files
committed
debug test
1 parent 980ba2a commit 1b2d89a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
branches:
99
- main
10+
- fix/svm-contract-release
1011
paths:
1112
- contracts/svm/**
1213

@@ -32,6 +33,8 @@ jobs:
3233
run: cargo test --target-dir ./target-tests
3334
- name: Print Hash
3435
run: sha256sum ./target/deploy/express_relay.so
36+
- name: Debug path
37+
run: ls -al contracts/svm/target/deploy
3538
- name: Upload artifact
3639
if: github.event_name == 'push'
3740
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)