From ec76bd39126f45853d35c098fc380351eeda17c4 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 16 Aug 2026 02:33:21 +0800 Subject: ci: scope artifact upload to mling package only --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90e7d57..4ef1bbb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: mling-${{ steps.metadata.outputs.os }}-pkg - path: dist/ + path: dist/mling-* if-no-files-found: error Move-Unreleased-Tag: -- cgit