From d9b39718db138b8d1ae1a75d7317666f15193b6b Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Wed, 5 Aug 2026 22:07:54 +0200 Subject: [PATCH] Align the publish log message with the step name --- example-makefile.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-makefile.make b/example-makefile.make index 228fa17..957c83b 100644 --- a/example-makefile.make +++ b/example-makefile.make @@ -81,7 +81,7 @@ ci-artifact: ci-publish: @VERSION=$$(cat $(VERSION_FILE)); \ - echo "==> Triggering update for version $$VERSION"; \ + echo "==> Publishing version $$VERSION"; \ curl -fsS -X POST -H "X-Update-Secret: $(UPDATE_SECRET)" "$(UPDATE_SERVER)/build/publish?name=$(PROJECT)&platform=c64&version=$$VERSION" .PHONY: all deps build run clear rebuild rebuildrun ci-version ci-build ci-artifact ci-publish