Skip to content

Commit 91613c7

Browse files
committedDec 18, 2024
Resolve all fixes
1 parent b379965 commit 91613c7

File tree

1 file changed

+4
-21
lines changed

1 file changed

+4
-21
lines changed
 

‎.github/workflows/android-app.yml

+4-21
Original file line numberDiff line numberDiff line change
@@ -77,23 +77,6 @@ jobs:
7777
needs: prepare
7878
runs-on: ubuntu-latest
7979
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-
9780
- name: Generate keystore
9881
run: >-
9982
keytool -genkey
@@ -324,20 +307,20 @@ jobs:
324307
read-only: ${{ github.ref != 'refs/heads/main' }}
325308

326309
- 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
328311
with:
329312
wait-list: |
330313
[
331314
{
332315
"workflowFile": "android-app.yml",
333316
"jobMatchMode": "prefix",
334-
"jobName": "build-native"
317+
"jobName": "Build native"
335318
},
336319
{
337320
"workflowFile": "android-app.yml",
338-
"jobName": "generate-relay-list"
321+
"jobName": "Generate relay list"
339322
}
340-
]
323+
]
341324
342325
- uses: actions/download-artifact@v4
343326
with:

0 commit comments

Comments
 (0)