Archived
Merge pull request #54 from beatz174-bit/codex/fix-deprecated-goreleaser-archive-config
Fix deprecated GoReleaser archive configuration
This commit is contained in:
+4
-2
@@ -22,8 +22,10 @@ builds:
|
|||||||
|
|
||||||
archives:
|
archives:
|
||||||
- id: provider-archives
|
- id: provider-archives
|
||||||
builds: [terraform-provider-dynu]
|
ids:
|
||||||
format: zip
|
- terraform-provider-dynu
|
||||||
|
formats:
|
||||||
|
- zip
|
||||||
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
|
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
|
||||||
|
|
||||||
checksum:
|
checksum:
|
||||||
|
|||||||
Reference in New Issue
Block a user