Skip to content

Commit

Permalink
fix windows zip and default to draft (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
natefinch authored Oct 16, 2017
1 parent 94bef76 commit e66e3df
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ release:
github:
owner: magefile
name: mage
draft: false
draft: true
build:
binary: mage
main: .
Expand Down Expand Up @@ -41,6 +41,10 @@ archive:
netbsd: NetBSD
freebsd: FreeBSD
dragonfly: DragonFlyBSD
format: tar.gz
format_overrides:
- goos: windows
format: zip
files:
- LICENSE
snapshot:
Expand Down

0 comments on commit e66e3df

Please sign in to comment.