Skip to content

Commit

Permalink
Fix release name
Browse files Browse the repository at this point in the history
  • Loading branch information
slintes committed May 27, 2024
1 parent ab1ce51 commit 27d9e34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion findIndexImage/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# vim: set ts=2 sw=2 tw=0 fo=cnqoj

version: 1
project_name: findIndexImage

before:
hooks:
Expand All @@ -27,7 +28,7 @@ archives:
- format: tar.gz
# this name template makes the OS and Arch compatible with the results of `uname`.
name_template: >-
findIndexImage_
{{ .ProjectName }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
Expand Down

0 comments on commit 27d9e34

Please sign in to comment.