Skip to content

Commit

Permalink
fix: do not upload all artifacts on github
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Jun 27, 2020
1 parent 9a61512 commit a86ecd3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,20 @@ changelog:
- '^test:'
- Merge pull request
- Merge branch
archives:
-
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
format_overrides:
-
goos: windows
format: zip
wrap_in_directory: true
#archives:
# -
# name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
# replacements:
# darwin: Darwin
# linux: Linux
# windows: Windows
# 386: i386
# amd64: x86_64
# format_overrides:
# -
# goos: windows
# format: zip
# wrap_in_directory: true
brews:
-
name: sgtm
Expand Down
1 change: 1 addition & 0 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a86ecd3

Please sign in to comment.