Skip to content

Commit

Permalink
ci: fix goreleaser build job
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-karan committed Nov 24, 2023
1 parent 8789c64 commit 06364c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ config.toml
bin/
data/
dist/
otpgateway.bin
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ BUILDSTR := ${VERSION} (build "\\\#"${LAST_COMMIT} $(shell date '+%Y-%m-%d %H:%M
GOPATH ?= $(HOME)/go
STUFFBIN ?= $(GOPATH)/bin/stuffbin

BIN := otpgateway
BIN := otpgateway.bin
STATIC := static/

$(STUFFBIN):
Expand Down

0 comments on commit 06364c8

Please sign in to comment.