Skip to content

Commit

Permalink
fix artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed Feb 20, 2025
1 parent 83914de commit 9d2a140
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: test-results-${{ matrix.cfengine }}
name: test-results-${{ matrix.cfengine }}-${{ matrix.coldboxVersion }}-${{ matrix.ELASTICSEARCH_VERSION }}
path: |
test-harness/tests/results/**/*
Expand All @@ -109,7 +109,7 @@ jobs:
if: ${{ failure() }}
uses: actions/upload-artifact@v4
with:
name: Failure Debugging Info - ${{ matrix.cfengine }}
name: Failure Debugging Info - ${{ matrix.cfengine }}-${{ matrix.coldboxVersion }}-${{ matrix.ELASTICSEARCH_VERSION }}
path: |
test-harness/.engine/**/logs/*
test-harness/.engine/**/WEB-INF/cfusion/logs/*
Expand Down

0 comments on commit 9d2a140

Please # to comment.