Skip to content

Commit

Permalink
Include both fgiles in release
Browse files Browse the repository at this point in the history
  • Loading branch information
johntdyer committed Nov 22, 2019
1 parent 6af5fd0 commit 3a90958
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ builds:
- # First Build
env:
- CGO_ENABLED=0
main: main.go template.go
main: .
# Set the binary output location to bin/ so archive will comply with Sensu Go Asset structure
binary: bin/{{ .ProjectName }}
goos:
Expand All @@ -27,7 +27,6 @@ builds:
- goos: freebsd
goarch: arm


checksum:
# You can change the name of the checksums file.
# Default is `{{ .ProjectName }}_{{ .Version }}_checksums.txt`.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Sensu Go webex Handler

[![Bonsai Asset Badge](https://img.shields.io/badge/Sensu%20Go%20Webex%20Teams%20Handler-Download%20Me-brightgreen.svg?colorB=89C967&logo=sensu)](https://bonsai.sensu.io/assets/johntdyer/sensu-webex-handler)
![Build Status](https://travis-ci.com/johntdyer/sensu-webex-handler.svg?branch=master)
![Go Report Card](https://goreportcard.com/badge/github.com/johntdyer/sensu-webex-handler)
Expand Down

0 comments on commit 3a90958

Please sign in to comment.