Skip to content

Commit

Permalink
Merge pull request #18 from robsdedude/ci/fix-testkit-artifacts
Browse files Browse the repository at this point in the history
CI: Fix TestKit artifacts
  • Loading branch information
robsdedude authored Jan 22, 2025
2 parents 99a192a + f6ef635 commit 5c64f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
if: ${{ !cancelled() }}
uses: actions/upload-artifact@v4
with:
name: testkit-artifacts
name: testkit-${{ matrix.tests }}${{ matrix.config && format('-{0}', matrix.config) || ''}}-artifacts
path: testkit/artifacts
compression-level: 9

Expand Down

0 comments on commit 5c64f18

Please sign in to comment.