Skip to content

Commit

Permalink
Specifit goos -> windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielrobert committed Dec 18, 2018
1 parent 2c29f30 commit 2d55a12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
builds:
- env:
- CGO_ENABLED=0
- goos:
- windows
archive:
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
replacements:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install:
- go version
- go env
- go get github.com/gabrielrobert/xavtool
- iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
- ps: iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
- scoop bucket add goreleaser https://github.com/goreleaser/scoop-bucket.git
- scoop install goreleaser
- goreleaser -v
Expand Down

0 comments on commit 2d55a12

Please sign in to comment.