File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114
114
uses : actions/cache@v4
115
115
id : cache-relay-list
116
116
with :
117
- path : build/relays.json
117
+ path : android/app/ build/extraAssets /relays.json
118
118
key : relay-list-${{ steps.get-date.outputs.date }}
119
119
120
120
- name : Checkout repository
@@ -128,14 +128,14 @@ jobs:
128
128
env :
129
129
RUSTFLAGS : --deny warnings
130
130
run : |
131
- mkdir -p build
132
- cargo run --bin relay_list > build/relays.json
131
+ mkdir -p android/app/ build/extraAssets
132
+ cargo run --bin relay_list > android/app/ build/extraAssets /relays.json
133
133
134
134
- name : Upload
135
135
uses : actions/upload-artifact@v4
136
136
with :
137
137
name : relay-list
138
- path : build/relays.json
138
+ path : android/app/ build/extraAssets /relays.json
139
139
if-no-files-found : error
140
140
retention-days : 7
141
141
@@ -313,7 +313,6 @@ jobs:
313
313
- uses : actions/download-artifact@v4
314
314
with :
315
315
name : relay-list
316
- path : build
317
316
318
317
- name : Build app
319
318
uses : burrunan/gradle-cache-action@v1
You can’t perform that action at this time.
0 commit comments