Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 0c538ed

Browse files
committed
Fix schemes archive config
1 parent 3f84fa3 commit 0c538ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ schemes:
103103
shared: true
104104
build:
105105
targets:
106-
App: [build]
106+
App: [build, archive]
107107
run:
108108
targets:
109109
App: [run]
@@ -113,7 +113,7 @@ schemes:
113113
shared: true
114114
build:
115115
targets:
116-
App: [build]
116+
App: [build, archive]
117117
run:
118118
targets:
119119
App: [run]

0 commit comments

Comments
 (0)