From e48db0fa0555886f23dd384e21cd16417dff4f7d Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Tue, 30 Dec 2025 21:01:59 +0800 Subject: fix: Simplify artifact upload paths in GitHub release workflow --- .github/workflows/publish.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.github/workflows/publish.yml') diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9150d48..f80af6e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -192,8 +192,7 @@ jobs: --notes-file release_notes.md \ --title "πŸš€ ${VERSION}" gh release upload "${VERSION}" \ - artifacts/dist/* \ - artifacts/model-zip/model.zip \ + artifacts/* \ --repo "${{ github.repository }}" --clobber else echo "✨ εˆ›ε»Ίζ–° release ${VERSION}..." @@ -201,8 +200,7 @@ jobs: --repo "${{ github.repository }}" \ --notes-file release_notes.md \ --title "πŸš€ ${VERSION}" \ - artifacts/dist/* \ - artifacts/model-zip/model.zip + artifacts/* fi - name: Commit CHANGELOG.md -- cgit v1.2.3-70-g09d2