Skip to content

Commit 3f89b7c

Browse files
authored
Merge pull request #635 from scrasmussen/hotfix/download-artifacts
hotfix: CI will now download matrix.build-type instead of just Debug
2 parents 13f3051 + 9ff7e76 commit 3f89b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_run_scm_rts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
mkdir -p ${dir_bl}
189189
ARTIFACT_ID=$(gh api \
190190
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 ')
191+
--jq '[.artifacts[] | select(.name == "rt-baselines-${{matrix.build-type}}-main" and (.expired | not))] | sort_by(.created_at) | last | .workflow_run | .id ')
192192
echo "artifact_id=${ARTIFACT_ID}"
193193
echo "artifact_id=${ARTIFACT_ID}" >> "$GITHUB_ENV"
194194

0 commit comments

Comments
 (0)