From 719143b4452a36ae16bacf05f574e06be7a07361 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 1 Apr 2022 23:08:43 +0100 Subject: [PATCH] Deploy release build Signed-off-by: Ian Jackson --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index da72361f..a35c5e13 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ endif RECOLOUR_SVG ?= ./run-inkscape-extension $(INKSCAPE_EXTENSIONS)/color_replace.py DEPLOY_ARCH=x86_64-unknown-linux-musl -DEPLOY_RELEASE=debug +DEPLOY_RELEASE=release DEPLOY_TARGET_DIR=$(TARGET_DIR)/$(addsuffix /,$(DEPLOY_ARCH))$(DEPLOY_RELEASE) DEPLOYED_BRANCH=deployed PUBLISHED_BRANCH=published -- 2.30.2