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]