File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -216,22 +216,22 @@ jobs:
216216 tar xf targets.tar
217217 rm targets.tar
218218
219- - name : Download target directories (2.12.15 , rootJS)
219+ - name : Download target directories (2.12.16 , rootJS)
220220 uses : actions/download-artifact@v2
221221 with :
222- name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.15 -rootJS
222+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.16 -rootJS
223223
224- - name : Inflate target directories (2.12.15 , rootJS)
224+ - name : Inflate target directories (2.12.16 , rootJS)
225225 run : |
226226 tar xf targets.tar
227227 rm targets.tar
228228
229- - name : Download target directories (2.12.15 , rootJVM)
229+ - name : Download target directories (2.12.16 , rootJVM)
230230 uses : actions/download-artifact@v2
231231 with :
232- name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.15 -rootJVM
232+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.16 -rootJVM
233233
234- - name : Inflate target directories (2.12.15 , rootJVM)
234+ - name : Inflate target directories (2.12.16 , rootJVM)
235235 run : |
236236 tar xf targets.tar
237237 rm targets.tar
You can’t perform that action at this time.
0 commit comments