Skip to content

Commit

Permalink
fix artifact naming
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed Nov 10, 2024
1 parent d4e7763 commit 9e2e2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: test-results-${{ matrix.cfengine }}
name: test-results-${{ matrix.cfengine }}-${{ matrix.coldboxVersion }}-jdk${{ matrix.javaVersion }}-es${{ matrix.ELASTICSEARCH_VERSION }}
path: |
test-harness/tests/results/**/*
Expand Down

0 comments on commit 9e2e2ce

Please sign in to comment.