Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Oct 28, 2024
1 parent 3b97811 commit 6751b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
uses: actions/upload-artifact@v4
if: always() && matrix.testmode == 'OFF'
with:
name: test-${{ matrix.testname }}-output
name: test-${{ matrix.testname }}-output${{ matrix.testmode == 'ON' && '_testmode' || '' }}
path: tests/${{ matrix.testname }}_testrun

- name: Upload checksum files
Expand Down

0 comments on commit 6751b6f

Please sign in to comment.