We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13f3051 + 9ff7e76 commit 3f89b7cCopy full SHA for 3f89b7c
.github/workflows/ci_run_scm_rts.yml
@@ -188,7 +188,7 @@ jobs:
188
mkdir -p ${dir_bl}
189
ARTIFACT_ID=$(gh api \
190
repos/NCAR/ccpp-scm/actions/artifacts \
191
- --jq '[.artifacts[] | select(.name == "rt-baselines-Debug-main" and (.expired | not))] | sort_by(.created_at) | last | .workflow_run | .id ')
+ --jq '[.artifacts[] | select(.name == "rt-baselines-${{matrix.build-type}}-main" and (.expired | not))] | sort_by(.created_at) | last | .workflow_run | .id ')
192
echo "artifact_id=${ARTIFACT_ID}"
193
echo "artifact_id=${ARTIFACT_ID}" >> "$GITHUB_ENV"
194
0 commit comments