Skip to content

Commit

Permalink
ci: fixed conflicting build name
Browse files Browse the repository at this point in the history
  • Loading branch information
achannarasappa committed Jan 31, 2021
1 parent c8ce90b commit 361e589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ before:
hooks:
- go mod download
builds:
-
- id: build-upx
main: ./main.go
env:
- CGO_ENABLED=0
Expand All @@ -12,7 +12,7 @@ builds:
hooks:
post:
- upx "{{ .Path }}"
-
- id: build
main: ./main.go
env:
- CGO_ENABLED=0
Expand Down

0 comments on commit 361e589

Please sign in to comment.