From 06364c88f3d436db14a0570e21349c00cc5171e3 Mon Sep 17 00:00:00 2001 From: Karan Sharma Date: Fri, 24 Nov 2023 12:17:02 +0530 Subject: [PATCH] ci: fix goreleaser build job --- .gitignore | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2bd9eeb..ef2997a 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ config.toml bin/ data/ dist/ +otpgateway.bin \ No newline at end of file diff --git a/Makefile b/Makefile index 2ac4921..0f9872b 100644 --- a/Makefile +++ b/Makefile @@ -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):