From bded4e9d5f2297984222fd8d56f2715983789bf4 Mon Sep 17 00:00:00 2001 From: Steve Degosserie <723552+stiiifff@users.noreply.github.com> Date: Tue, 7 Oct 2025 13:45:34 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=94=A7=20Fix=20build-runtime-srtoo?= =?UTF-8?q?l=20script=20(#210)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- operator/scripts/build-runtime-srtool.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/operator/scripts/build-runtime-srtool.sh b/operator/scripts/build-runtime-srtool.sh index 3be476f8..f1069d48 100755 --- a/operator/scripts/build-runtime-srtool.sh +++ b/operator/scripts/build-runtime-srtool.sh @@ -11,8 +11,8 @@ CMD="docker run \ -i \ --rm \ -e CARGO_NET_GIT_FETCH_WITH_CLI=true \ - -e PACKAGE=${GH_WORKFLOW_MATRIX_CHAIN}-runtime \ - -e RUNTIME_DIR=runtime/${GH_WORKFLOW_MATRIX_CHAIN} \ + -e PACKAGE=datahaven-${GH_WORKFLOW_MATRIX_CHAIN}-runtime \ + -e RUNTIME_DIR=operator/runtime/${GH_WORKFLOW_MATRIX_CHAIN} \ -e BUILD_OPTS=${RUNTIME_BUILD_OPTS} \ -e PROFILE=${RUNTIME_BUILD_PROFILE} \ -e WASM_BUILD_STD=0 \