From 3b48e804daf5e5f5868ef145699b7b11c88bed89 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Mon, 7 Jul 2025 21:58:21 -0400 Subject: [PATCH] Add .zip extension to coverage report artifact name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .forgejo/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 379d740..87291a0 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -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: