From f9f4128d76a457fe5e25ea86bf86f835f6842fe5 Mon Sep 17 00:00:00 2001 From: Wilfried Kopp Date: Tue, 9 Aug 2022 19:08:31 +0200 Subject: [PATCH] Fix paths --- .../release-21_extrinsic-ordering-check-from-two.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-21_extrinsic-ordering-check-from-two.yml b/.github/workflows/release-21_extrinsic-ordering-check-from-two.yml index a3c8918e36..9959d23edb 100644 --- a/.github/workflows/release-21_extrinsic-ordering-check-from-two.yml +++ b/.github/workflows/release-21_extrinsic-ordering-check-from-two.yml @@ -52,14 +52,14 @@ jobs: run: | echo Fetching $REF_URL curl $REF_URL -o $TMP/$BIN_REF - chmod a+x $BIN_REF + chmod a+x $TMP/$BIN_REF $TMP/$BIN_REF --version - name: Fetch test binary run: | echo Fetching $BIN_URL curl $BIN_URL -o $TMP/$BIN_BASE - chmod a+x $BIN_BASE + chmod a+x $TMP/$BIN_BASE $TMP/$BIN_BASE --version - name: Start local reference node