@@ -226,32 +226,32 @@ jobs:
226
226
tar xf targets.tar
227
227
rm targets.tar
228
228
229
- - name : Download target directories (2.12.17 , rootJS, 1)
229
+ - name : Download target directories (2.12.18 , rootJS, 1)
230
230
uses : actions/download-artifact@v3
231
231
with :
232
- name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.17 -rootJS-1
232
+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.18 -rootJS-1
233
233
234
- - name : Inflate target directories (2.12.17 , rootJS, 1)
234
+ - name : Inflate target directories (2.12.18 , rootJS, 1)
235
235
run : |
236
236
tar xf targets.tar
237
237
rm targets.tar
238
238
239
- - name : Download target directories (2.12.17 , rootJVM, 1)
239
+ - name : Download target directories (2.12.18 , rootJVM, 1)
240
240
uses : actions/download-artifact@v3
241
241
with :
242
- name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.17 -rootJVM-1
242
+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.18 -rootJVM-1
243
243
244
- - name : Inflate target directories (2.12.17 , rootJVM, 1)
244
+ - name : Inflate target directories (2.12.18 , rootJVM, 1)
245
245
run : |
246
246
tar xf targets.tar
247
247
rm targets.tar
248
248
249
- - name : Download target directories (2.12.17 , rootNative, 1)
249
+ - name : Download target directories (2.12.18 , rootNative, 1)
250
250
uses : actions/download-artifact@v3
251
251
with :
252
- name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.17 -rootNative-1
252
+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.18 -rootNative-1
253
253
254
- - name : Inflate target directories (2.12.17 , rootNative, 1)
254
+ - name : Inflate target directories (2.12.18 , rootNative, 1)
255
255
run : |
256
256
tar xf targets.tar
257
257
rm targets.tar
0 commit comments