Skip to content

Commit

Permalink
ci: fix Artifact name is not valid
Browse files Browse the repository at this point in the history
  • Loading branch information
Ljzd-PRO committed Nov 8, 2023
1 parent 7163328 commit 830a8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false
env:
PYTEST_REPORT_FILENAME: report-${{ github.ref }}-${{ matrix.os }}-${{ matrix.python-version }}.html
PYTEST_REPORT_FILENAME: report-${{ matrix.os }}-${{ matrix.python-version }}.html

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 830a8b5

Please sign in to comment.