Skip to content

Commit

Permalink
yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Shaw committed Apr 20, 2019
1 parent a57244f commit 13e59a8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions kubernetes/edgemicroctl/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ builds:
- darwin
- windows
archive:
- id: edgemicroctl
format: zip
name_template: "{{ .ProjectName }}_{{.Tag}}_{{ .Os }}_{{ .Arch }}"
replacements:
darwin: Darwin
Expand All @@ -20,7 +18,7 @@ archive:
wrap_in_directory: true
format_overrides:
- goos: windows
# format: zip
format: zip
files:
- LICENSE
- README.md
Expand All @@ -30,8 +28,8 @@ archive:
- samples/plugin/plugins/response-uppercase/*.*
- install/kubernetes/*.*
- install/kubernetes/config/*.yaml
#git:
# short_hash: true
git:
short_hash: true
release:
draft: true
prerelease: true
Expand Down

0 comments on commit 13e59a8

Please sign in to comment.