Commit a350f86
feat: optimize release assets to reduce total count
- Use tar.gz for all Unix platforms (Linux, macOS)
- Use zip only for Windows platform
- Keep source code in both tar.gz and zip formats
- Reduces total release assets to 7 files + checksums
This creates exactly 7 downloadable assets:
- 1 Windows zip binary
- 4 Unix tar.gz binaries (darwin-amd64/arm64, linux-amd64/arm64)
- 2 source archives (tar.gz + zip)
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 1ee7919 commit a350f86
1 file changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
154 | | - | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
155 | 158 | | |
156 | 159 | | |
157 | 160 | | |
| |||
0 commit comments