Skip to content

Commit

Permalink
fix(goreleaser): removing archives from config
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwiora committed Sep 7, 2020
1 parent 21f8e33 commit 849d8cd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,5 @@ builds:
ldflags: >
-X main.VERSION={{.Version}}
-X main.DateBuilt={{.Date}}
archives:
wrap_in_directory: true
format: tar.gz
format_overrides:
- goos: windows
format: zip
files:
- datasrc/*
checksum:
name_template: "{{ .ProjectName }}_{{ .Version }}_checksums.txt"

0 comments on commit 849d8cd

Please sign in to comment.