Commit 1b646f3
committed
fix: correct archive name template in GoReleaser
The GoReleaser configuration was causing build failures due to archive name collisions. The `archives.name_template` did not include architecture-specific variables, resulting in multiple archives being generated with the same filename.
This commit updates the `name_template` to include `Goamd64`, `Goarm`, and `Go386` variables, ensuring that each archive has a unique name. This resolves the build error and makes the release process more robust.1 parent d94e24d commit 1b646f3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments