Skip to content

Commit

Permalink
APIGOV-00003 - fix filenames in goreleaser (#150)
Browse files Browse the repository at this point in the history
* APIGOV-00003 - fix goreleaser

* APIGOV-00003 - fix template

* APIGOV-00003 - fix typo

* APIGOV-00003 - fix name_template
  • Loading branch information
dfeldick authored Jul 1, 2023
1 parent 884e9ad commit cbc857b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .goreleaser-da.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ builds:
archives:
- id: discovery_agent_archives
name_template: >-
mulesoft_discovery_agent_
{{ .Version }}_
{{ .Os }}_
mulesoft_discovery_agent_{{ .Version }}_{{ .Os }}_
{{- if eq .Arch "darwin" }}Darwin
{{- else if eq .Arch "linux" }}Linux
{{- else if eq .Arch "windows" }}Windows
Expand Down
4 changes: 1 addition & 3 deletions .goreleaser-ta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ builds:
archives:
- id: traceability_agent_archives
name_template: >-
mulesoft_traceability_agent_
{{ .Version }}_
{{ .Os }}_
mulesoft_traceability_agent_{{ .Version }}_{{ .Os }}_
{{- if eq .Arch "darwin" }}Darwin
{{- else if eq .Arch "linux" }}Linux
{{- else if eq .Arch "windows" }}Windows
Expand Down

0 comments on commit cbc857b

Please sign in to comment.