@@ -199,32 +199,32 @@ jobs:
199199 tar xf targets.tar
200200 rm targets.tar
201201
202- - name : Download target directories (2.12.17 , rootJS)
202+ - name : Download target directories (2.12.18 , rootJS)
203203 uses : actions/download-artifact@v3
204204 with :
205- name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.17 -rootJS
205+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.18 -rootJS
206206
207- - name : Inflate target directories (2.12.17 , rootJS)
207+ - name : Inflate target directories (2.12.18 , rootJS)
208208 run : |
209209 tar xf targets.tar
210210 rm targets.tar
211211
212- - name : Download target directories (2.12.17 , rootJVM)
212+ - name : Download target directories (2.12.18 , rootJVM)
213213 uses : actions/download-artifact@v3
214214 with :
215- name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.17 -rootJVM
215+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.18 -rootJVM
216216
217- - name : Inflate target directories (2.12.17 , rootJVM)
217+ - name : Inflate target directories (2.12.18 , rootJVM)
218218 run : |
219219 tar xf targets.tar
220220 rm targets.tar
221221
222- - name : Download target directories (2.12.17 , rootNative)
222+ - name : Download target directories (2.12.18 , rootNative)
223223 uses : actions/download-artifact@v3
224224 with :
225- name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.17 -rootNative
225+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.18 -rootNative
226226
227- - name : Inflate target directories (2.12.17 , rootNative)
227+ - name : Inflate target directories (2.12.18 , rootNative)
228228 run : |
229229 tar xf targets.tar
230230 rm targets.tar
0 commit comments