Skip to content

Commit

Permalink
fix: make the ids unique
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Feb 10, 2024
1 parent 6fa8eae commit d7852ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser-for-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ builds:
# Archives + Checksums
# ---------------------------
archives:
- id: alert_system
- id: alert_system_darwin
builds:
- darwin-build
name_template: "alert_system_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser-for-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ builds:
# Archives + Checksums
# ---------------------------
archives:
- id: alert_system
- id: alert_system_linux
builds:
- linux-build
name_template: "alert_system_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
Expand Down

0 comments on commit d7852ea

Please sign in to comment.