Skip to content

Commit 1b45245

Browse files
RyanLee-Devclaude
andcommitted
ci: fix release upload globs
Upload minimax-* (platform binaries) + minimax.mjs + manifest.json. Old globs (*.tar.gz, *.zip) no longer match after build.ts refactor. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6eb17ef commit 1b45245

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: softprops/action-gh-release@v2
3131
with:
3232
files: |
33-
dist/*.tar.gz
34-
dist/*.zip
33+
dist/minimax-*
34+
dist/minimax.mjs
3535
dist/manifest.json
3636
generate_release_notes: true

0 commit comments

Comments
 (0)