Skip to content

Commit

Permalink
Removed working-directory from Upload validation plots
Browse files Browse the repository at this point in the history
  • Loading branch information
makepath-alex committed Dec 6, 2024
1 parent dbbd75a commit e80e13f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/containerized-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,8 @@ jobs:
# Upload validation plots
#
- name: Upload validation plots
working-directory: build
if: matrix.fortran-compiler == 'ifort' && matrix.rte-kernels == 'default' && matrix.fpmodel == 'DP'
uses: actions/upload-artifact@v4
with:
name: valdiation-plot
path: tests/validation-figures.pdf
path: build/tests/validation-figures.pdf

0 comments on commit e80e13f

Please sign in to comment.