From 046eda69af8ac163c4337eb63a544685716d97c3 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Tue, 30 Dec 2025 20:58:08 +0800 Subject: feat: Add debug step for artifact structure and fix model zip path in release --- .github/workflows/publish.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bdc6cfc..9150d48 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -134,6 +134,11 @@ jobs: path: artifacts/ merge-multiple: true + - name: Debug artifact structure + run: | + echo "πŸ“ Artifact directory tree:" + tree artifacts/ || ls -laR artifacts/ + - name: Create Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -188,7 +193,7 @@ jobs: --title "πŸš€ ${VERSION}" gh release upload "${VERSION}" \ artifacts/dist/* \ - artifacts/model.zip \ + artifacts/model-zip/model.zip \ --repo "${{ github.repository }}" --clobber else echo "✨ εˆ›ε»Ίζ–° release ${VERSION}..." @@ -197,7 +202,7 @@ jobs: --notes-file release_notes.md \ --title "πŸš€ ${VERSION}" \ artifacts/dist/* \ - artifacts/model.zip + artifacts/model-zip/model.zip fi - name: Commit CHANGELOG.md -- cgit v1.2.3-70-g09d2