mirror of
https://github.com/kairos-io/kcrypt-challenger.git
synced 2025-04-27 11:30:52 +00:00
Use tag instead of version for archive release
Signed-off-by: Itxaka <itxaka@kairos.io>
This commit is contained in:
parent
3bf6a1e612
commit
4c2891e33b
@ -49,12 +49,12 @@ archives:
|
|||||||
- id: default-archive
|
- id: default-archive
|
||||||
ids:
|
ids:
|
||||||
- default
|
- default
|
||||||
name_template: '{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}-{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'
|
name_template: '{{ .ProjectName }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}-{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'
|
||||||
- id: fips-archive
|
- id: fips-archive
|
||||||
ids:
|
ids:
|
||||||
- fips-arm64
|
- fips-arm64
|
||||||
- fips-amd64
|
- fips-amd64
|
||||||
name_template: '{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}-{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}-fips'
|
name_template: '{{ .ProjectName }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}-{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}-fips'
|
||||||
checksum:
|
checksum:
|
||||||
name_template: '{{ .ProjectName }}-{{ .Tag }}-checksums.txt'
|
name_template: '{{ .ProjectName }}-{{ .Tag }}-checksums.txt'
|
||||||
snapshot:
|
snapshot:
|
||||||
|
Loading…
Reference in New Issue
Block a user