Skip to content

Commit

Permalink
fix varying coverage name, take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Jan 7, 2025
1 parent 0688551 commit 0a8db6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: store coverage files
uses: actions/upload-artifact@v4
with:
name: coverage-${{ matrix.python-version }}
name: coverage-${{ matrix.os }}-${{ matrix.python-version }}
path: coverage
include-hidden-files: true

Expand Down

0 comments on commit 0a8db6c

Please sign in to comment.