We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab62c87 commit 2595596Copy full SHA for 2595596
.goreleaser.yml
@@ -12,6 +12,8 @@ before:
12
- go test ./...
13
# Check plugin compatibility with required version of the Packer SDK
14
- make plugin-check
15
+ # Copy LICENSE file for inclusion in zip archive
16
+ - cp LICENSE LICENSE.txt
17
builds:
18
# A separated build to run the packer-plugins-check only once for a linux_amd64 binary
19
-
@@ -85,7 +87,8 @@ builds:
85
87
archives:
86
88
- format: zip
89
files:
- - none*
90
+ - "LICENSE.txt"
91
+
92
name_template: '{{ .ProjectName }}_v{{ .Version }}_{{ .Env.API_VERSION }}_{{ .Os }}_{{ .Arch }}'
93
checksum:
94
name_template: '{{ .ProjectName }}_v{{ .Version }}_SHA256SUMS'
0 commit comments