From 0c538edffd9bce88a48cd3828acbcc7de0b2677c Mon Sep 17 00:00:00 2001 From: Simon Bihel Date: Fri, 2 Aug 2024 12:59:04 +0100 Subject: [PATCH] Fix schemes archive config --- project.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.yml b/project.yml index 919a35a..91744a7 100644 --- a/project.yml +++ b/project.yml @@ -103,7 +103,7 @@ schemes: shared: true build: targets: - App: [build] + App: [build, archive] run: targets: App: [run] @@ -113,7 +113,7 @@ schemes: shared: true build: targets: - App: [build] + App: [build, archive] run: targets: App: [run]