Skip to content

Commit fdf2f4e

Browse files
committed
release fixed
1 parent 6052ba4 commit fdf2f4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ before:
22
hooks:
33
- go mod download
44
builds:
5-
- env:
6-
- CGO_ENABLED=0
75
-
6+
env:
7+
- CGO_ENABLED=0
88
main: ./main.go
99
binary: giter
1010
ldflags: -s -w -X main.version={{.Version}}

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ setup:
1010
# Build all files.
1111
build:
1212
@echo "==> Building"
13-
@go build
13+
@go build -o bin/giter
1414
.PHONY: build
1515

1616
# Run all the linters

0 commit comments

Comments
 (0)