File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -167,22 +167,22 @@ jobs:
167167 tar xf targets.tar
168168 rm targets.tar
169169
170- - name : Download target directories (2.13.8 , rootJS)
170+ - name : Download target directories (2.13.9 , rootJS)
171171 uses : actions/download-artifact@v2
172172 with :
173- name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.8 -rootJS
173+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.9 -rootJS
174174
175- - name : Inflate target directories (2.13.8 , rootJS)
175+ - name : Inflate target directories (2.13.9 , rootJS)
176176 run : |
177177 tar xf targets.tar
178178 rm targets.tar
179179
180- - name : Download target directories (2.13.8 , rootJVM)
180+ - name : Download target directories (2.13.9 , rootJVM)
181181 uses : actions/download-artifact@v2
182182 with :
183- name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.8 -rootJVM
183+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.9 -rootJVM
184184
185- - name : Inflate target directories (2.13.8 , rootJVM)
185+ - name : Inflate target directories (2.13.9 , rootJVM)
186186 run : |
187187 tar xf targets.tar
188188 rm targets.tar
You can’t perform that action at this time.
0 commit comments