Skip to content

Commit

Permalink
Use different names for different artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
f-bader authored Nov 20, 2024
1 parent df14966 commit d2babfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
- name: Upload test results
uses: actions/upload-artifact@v4
with:
name: Pester-Tests
path: testResults.xml
name: Pester-Tests-${{ matrix.os }}
path: testResults-.xml

0 comments on commit d2babfe

Please sign in to comment.