File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -259,8 +259,9 @@ jobs:
259
259
FLUTTER_GIT_URL :
ssh://[email protected] /flutter/flutter.git
260
260
command : flutter upgrade && flutter --version
261
261
- run :
262
- name : Switch to Example app & Build app
263
- command : cd scripts && flutter build apk --debug
262
+ name : Build app
263
+ working_directory : example
264
+ command : flutter build apk --debug
264
265
265
266
test_build_sample_ios :
266
267
macos :
@@ -275,8 +276,9 @@ jobs:
275
276
FLUTTER_GIT_URL :
ssh://[email protected] /flutter/flutter.git
276
277
command : flutter upgrade && flutter --version
277
278
- run :
278
- name : Switch to Example app & Build app
279
- command : cd scripts && flutter build ios --simulator
279
+ name : Build app
280
+ working_directory : example
281
+ command : flutter build ios --simulator
280
282
281
283
release :
282
284
macos :
You can’t perform that action at this time.
0 commit comments