Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
omrikiei committed Apr 8, 2023
1 parent 4051964 commit 3f79571
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,11 @@ release:
prerelease: auto
nfpms:
# note that this is an array of nfpm configs
-
id: ktunnel
- id: ktunnel
file_name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
builds:
- ktunnel
file_name_template: >-
- ktunnel
file_name_template: >-
{{ .ProjectName }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
Expand Down

0 comments on commit 3f79571

Please sign in to comment.