Skip to content

Commit

Permalink
chore: use unique file name for coverage files
Browse files Browse the repository at this point in the history
  • Loading branch information
andrueastman committed Oct 30, 2024
1 parent 05144e4 commit 41d9514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Archive coverage files
uses: actions/upload-artifact@v4
with:
name: dist folders ${{ matrix.node-version }}
name: Coverage files ${{ matrix.node-version }}
path: |
packages/abstractions/coverage
packages/serialization/form/coverage
Expand Down

0 comments on commit 41d9514

Please sign in to comment.