Commit 346341d
fix: remove version from archive filenames for /latest/ redirect
Changed name_template from:
{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}
To:
{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}
Now filenames are consistent across versions:
- claude-code-sync_linux_amd64.tar.gz (not _0.2.1_linux_amd64.tar.gz)
- claude-code-sync_windows_amd64.zip
- etc.
This makes /releases/latest/download/claude-code-sync_linux_amd64.tar.gz
work correctly as documented in README.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent b923ac8 commit 346341d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments