Skip to content

Commit

Permalink
fix release job
Browse files Browse the repository at this point in the history
  • Loading branch information
girazoki committed Sep 27, 2024
1 parent c6eb23b commit de310d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/build-runtime-srtool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ if [[ $GH_WORKFLOW_MATRIX_CHAIN == *"template"* ]]; then
FOLDER_NAME=$(echo $GH_WORKFLOW_MATRIX_CHAIN |sed 's/-template.*//')
RUNTIME_DIR=container-chains/runtime-templates/${FOLDER_NAME}
PACKAGE=container-chain-template-${FOLDER_NAME}-runtime
elif [[ $GH_WORKFLOW_MATRIX_CHAIN == *"light"* ]]; then
RUNTIME_DIR=solo-chains/runtime/${GH_WORKFLOW_MATRIX_CHAIN}
PACKAGE=${GH_WORKFLOW_MATRIX_CHAIN}-runtime
else
RUNTIME_DIR=runtime/${GH_WORKFLOW_MATRIX_CHAIN}
PACKAGE=${GH_WORKFLOW_MATRIX_CHAIN}-runtime
Expand Down

0 comments on commit de310d7

Please sign in to comment.