From c10741c77c2e185fc3891918d2645f51a3956bd8 Mon Sep 17 00:00:00 2001 From: Dustin Swales Date: Fri, 24 May 2024 21:54:21 +0000 Subject: [PATCH] Last bug fix in CI script! --- .github/workflows/ci_run_scm_rts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_run_scm_rts.yml b/.github/workflows/ci_run_scm_rts.yml index fc8a2a5aa..9e9efd9aa 100644 --- a/.github/workflows/ci_run_scm_rts.yml +++ b/.github/workflows/ci_run_scm_rts.yml @@ -200,7 +200,7 @@ jobs: uses: actions/upload-artifact@v2 with: name: rt-plots-${{matrix.build-type}} - path: /home/runner/work/ccpp-scm/ccpp-scm/test/scm_rt_out-${{matrix.build-type}} + path: /home/runner/work/ccpp-scm/ccpp-scm/test/scm_rt_out - name: Upload SCM RTs as GitHub Artifact uses: actions/upload-artifact@v2