diff --git a/.github/workflows/ci_run_scm_rts.yml b/.github/workflows/ci_run_scm_rts.yml index d58a10cdd..0ff29ea49 100644 --- a/.github/workflows/ci_run_scm_rts.yml +++ b/.github/workflows/ci_run_scm_rts.yml @@ -195,6 +195,12 @@ jobs: cd ${SCM_ROOT}/test ./cmp_rt2bl.py --build_type ${{matrix.build-type}} --dir_rt ${dir_rt} --dir_bl ${dir_bl} + - name: Upload plots of SCM Baselines/RTs as GitHub Artifact. + uses: actions/upload-artifact@v2 + with: + name: rt-plots-${{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 with: