Skip to content

Commit 09056bd

Browse files
RyanLee-Devclaude
andcommitted
ci: upload raw binaries and minimax.mjs to release
Previously uploaded *.tar.gz and *.zip which no longer exist. Now uploads minimax-* (platform binaries) + minimax.mjs + manifest.json. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c844239 commit 09056bd

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)