@@ -177,32 +177,32 @@ jobs:
177
177
tar xf targets.tar
178
178
rm targets.tar
179
179
180
- - name : Download target directories (2.13.8 , rootJS)
180
+ - name : Download target directories (2.13.14 , rootJS)
181
181
uses : actions/download-artifact@v2
182
182
with :
183
- name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.8 -rootJS
183
+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.14 -rootJS
184
184
185
- - name : Inflate target directories (2.13.8 , rootJS)
185
+ - name : Inflate target directories (2.13.14 , rootJS)
186
186
run : |
187
187
tar xf targets.tar
188
188
rm targets.tar
189
189
190
- - name : Download target directories (2.13.8 , rootJVM)
190
+ - name : Download target directories (2.13.14 , rootJVM)
191
191
uses : actions/download-artifact@v2
192
192
with :
193
- name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.8 -rootJVM
193
+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.14 -rootJVM
194
194
195
- - name : Inflate target directories (2.13.8 , rootJVM)
195
+ - name : Inflate target directories (2.13.14 , rootJVM)
196
196
run : |
197
197
tar xf targets.tar
198
198
rm targets.tar
199
199
200
- - name : Download target directories (2.13.8 , rootNative)
200
+ - name : Download target directories (2.13.14 , rootNative)
201
201
uses : actions/download-artifact@v2
202
202
with :
203
- name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.8 -rootNative
203
+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.14 -rootNative
204
204
205
- - name : Inflate target directories (2.13.8 , rootNative)
205
+ - name : Inflate target directories (2.13.14 , rootNative)
206
206
run : |
207
207
tar xf targets.tar
208
208
rm targets.tar
0 commit comments