@@ -219,32 +219,32 @@ jobs:
219219 tar xf targets.tar
220220 rm targets.tar
221221
222- - name : Download target directories (2.12.16 , rootJS, 1)
222+ - name : Download target directories (2.12.17 , rootJS, 1)
223223 uses : actions/download-artifact@v2
224224 with :
225- name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.16 -rootJS-1
225+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.17 -rootJS-1
226226
227- - name : Inflate target directories (2.12.16 , rootJS, 1)
227+ - name : Inflate target directories (2.12.17 , rootJS, 1)
228228 run : |
229229 tar xf targets.tar
230230 rm targets.tar
231231
232- - name : Download target directories (2.12.16 , rootJVM, 1)
232+ - name : Download target directories (2.12.17 , rootJVM, 1)
233233 uses : actions/download-artifact@v2
234234 with :
235- name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.16 -rootJVM-1
235+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.17 -rootJVM-1
236236
237- - name : Inflate target directories (2.12.16 , rootJVM, 1)
237+ - name : Inflate target directories (2.12.17 , rootJVM, 1)
238238 run : |
239239 tar xf targets.tar
240240 rm targets.tar
241241
242- - name : Download target directories (2.12.16 , rootNative, 1)
242+ - name : Download target directories (2.12.17 , rootNative, 1)
243243 uses : actions/download-artifact@v2
244244 with :
245- name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.16 -rootNative-1
245+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.17 -rootNative-1
246246
247- - name : Inflate target directories (2.12.16 , rootNative, 1)
247+ - name : Inflate target directories (2.12.17 , rootNative, 1)
248248 run : |
249249 tar xf targets.tar
250250 rm targets.tar
0 commit comments