From dd9543696a0659207711394d95b9d3e5f5d2ce51 Mon Sep 17 00:00:00 2001 From: Echo Date: Fri, 10 Apr 2026 03:13:10 +0000 Subject: [PATCH] Fix YAML syntax: quote glob pattern in upload-artifact --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 512f58d..0005558 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -199,7 +199,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: linux-patch-api-arch - path: *.pkg.tar.zst + path: '*.pkg.tar.zst' retention-days: 30 # Release - Collect all packages