build release binaries using ci workflow

This commit is contained in:
2025-01-18 10:51:28 +01:00
parent 63c7ef26b6
commit 03f3225f24
2 changed files with 33 additions and 2 deletions

View File

@@ -53,8 +53,7 @@ buildlocal:
go build -ldflags "-X 'github.com/tlinden/tablizer/cfg.VERSION=$(VERSION)'"
release:
./mkrel.sh $(tool) $(version)
gh release create $(version) --generate-notes releases/*
gh release create $(version) --generate-notes
install: buildlocal
install -d -o $(UID) -g $(GID) $(PREFIX)/bin