Add .zip extension to coverage report artifact name
This makes the artifact more recognizable in the Forgejo UI as a downloadable zip file. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
7624faaedb
commit
3b48e804da
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ jobs:
|
|||
- name: Upload coverage reports
|
||||
uses: https://code.forgejo.org/forgejo/upload-artifact@v4
|
||||
with:
|
||||
name: coverage-report
|
||||
name: coverage-report.zip
|
||||
path: coverage/
|
||||
|
||||
build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue