diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-16 02:33:21 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-16 02:33:21 +0800 |
| commit | ec76bd39126f45853d35c098fc380351eeda17c4 (patch) | |
| tree | bde8ba72209bcc267c7c7c281c8b9b6cc676c044 /.github/workflows/ci.yml | |
| parent | bcd05c6f30dfb238feffdb25665eb3f0c2fed7c8 (diff) | |
ci: scope artifact upload to mling package only
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
