Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoMDomingues committed Sep 24, 2024
1 parent d739a35 commit 29633cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
uses: actions/upload-artifact@v4
if: always() # This step runs regardless of the previous step results
with:
name: test-results-${{ matrix.build.type == '' }}-${{ matrix.build.type }}
name: test-results-${{ matrix.os }}-${{ matrix.build.type }}
retention-days: 14
path: ${{ matrix.os }}/smb/test-results*.xml
- name: Upload Code Coverage
Expand Down

0 comments on commit 29633cb

Please sign in to comment.