diff --git a/Makefile b/Makefile index 27bce45..fa5a9f4 100644 --- a/Makefile +++ b/Makefile @@ -151,7 +151,7 @@ ci-upload: 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=tic80&version=$$VERSION" .PHONY: all build export binaries watch import_assets export_assets clean ci-version ci-export ci-binaries ci-upload ci-publish