Skip to content

Commit

Permalink
tweak paths for test artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed Sep 25, 2023
1 parent 5a68440 commit 7add777
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
uses: actions/upload-artifact@v3
if: ${{ failure() }}
with:
name: test-output
path: /home/runner/work/NCEPLIBS-g2/NCEPLIBS-g2/g2/spack-build-*/Testing/Temporary/LastTest.log
name: spackci-test-output-${{ matrix.os }}-${{ matrix.pic }}-${{ matrix.precision }}-${{ matrix.w3emc }}
path: ${{ env.GITHUB_WORKSPACE }}/g2/spack-build-*/Testing/Temporary/LastTest.log


# This job validates the Spack recipe by making sure each cmake build option is represented
Expand Down

0 comments on commit 7add777

Please sign in to comment.