From 359d134d6e73dbf3107ccd3e04eac75bddf31d89 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Sat, 18 Jan 2025 10:50:33 +0100 Subject: [PATCH] do not push binaries locally anymore --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 489f2a3..4c9def3 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ buildlocal: # binaries are being built by ci workflow on tag creation release: - gh release create $(version) --generate-notes releases/* + gh release create $(version) --generate-notes install: buildlocal install -d -o $(UID) -g $(GID) $(PREFIX)/bin