Skip to content

Commit f2fbf5d

Browse files
committed
Fix bin dir
1 parent bdbd231 commit f2fbf5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ jobs:
526526
-v `pwd`:/app \
527527
--name test-node \
528528
ubuntu:22.04 \
529-
"./${{env.TEST_BIN_FILENAME}} \
529+
"/app/${{env.TEST_BIN_FILENAME}} \
530530
--chain=frequency-bench \
531531
--rpc-external \
532532
--rpc-cors=all \
@@ -546,7 +546,7 @@ jobs:
546546
-v `pwd`:/app \
547547
--name ref-node \
548548
ubuntu:22.04 \
549-
"./${{env.REF_BIN_FILENAME}} \
549+
"/app/${{env.REF_BIN_FILENAME}} \
550550
--chain=frequency-bench \
551551
--rpc-external \
552552
--rpc-cors=all \

0 commit comments

Comments
 (0)