File tree 1 file changed +4
-21
lines changed
1 file changed +4
-21
lines changed Original file line number Diff line number Diff line change 77
77
needs : prepare
78
78
runs-on : ubuntu-latest
79
79
steps :
80
-
81
- - name : Wait for native (extra)
82
- uses : kachick/wait-other-jobs@v3.5.0
83
- with :
84
- wait-list : |
85
- [
86
- {
87
- "workflowFile": "android-app.yml",
88
- "jobMatchMode": "prefix",
89
- "jobName": "Build native"
90
- },
91
- {
92
- "workflowFile": "android-app.yml",
93
- "jobName": "Generate relay list"
94
- }
95
- ]
96
-
97
80
- name : Generate keystore
98
81
run : >-
99
82
keytool -genkey
@@ -324,20 +307,20 @@ jobs:
324
307
read-only : ${{ github.ref != 'refs/heads/main' }}
325
308
326
309
- name : Wait for other jobs (native, relay list)
327
- uses : kachick/wait-other-jobs@v2.0.3
310
+ uses : kachick/wait-other-jobs@v3.5.0
328
311
with :
329
312
wait-list : |
330
313
[
331
314
{
332
315
"workflowFile": "android-app.yml",
333
316
"jobMatchMode": "prefix",
334
- "jobName": "build- native"
317
+ "jobName": "Build native"
335
318
},
336
319
{
337
320
"workflowFile": "android-app.yml",
338
- "jobName": "generate- relay- list"
321
+ "jobName": "Generate relay list"
339
322
}
340
- ]
323
+ ]
341
324
342
325
- uses : actions/download-artifact@v4
343
326
with :
You can’t perform that action at this time.
0 commit comments