Skip to content

Commit 3bbbfff

Browse files
committed
Update CI workflows
1 parent 62eba21 commit 3bbbfff

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ jobs:
9494

9595
- name: Make target directories
9696
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
97-
run: mkdir -p circe/jvm/target testkit/native/target target testkit/js/target .js/target core/.native/target playJson/jvm/target sprayJson/target core/.js/target circe/js/target core/.jvm/target .jvm/target .native/target circe/native/target playJson/js/target testkit/jvm/target project/target
97+
run: mkdir -p circe/jvm/target testkit/native/target target testkit/js/target .js/target core/.native/target playJson/jvm/target benchmarks/.jvm/target sprayJson/target core/.js/target circe/js/target core/.jvm/target .jvm/target .native/target circe/native/target playJson/js/target testkit/jvm/target project/target
9898

9999
- name: Compress target directories
100100
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
101-
run: tar cf targets.tar circe/jvm/target testkit/native/target target testkit/js/target .js/target core/.native/target playJson/jvm/target sprayJson/target core/.js/target circe/js/target core/.jvm/target .jvm/target .native/target circe/native/target playJson/js/target testkit/jvm/target project/target
101+
run: tar cf targets.tar circe/jvm/target testkit/native/target target testkit/js/target .js/target core/.native/target playJson/jvm/target benchmarks/.jvm/target sprayJson/target core/.js/target circe/js/target core/.jvm/target .jvm/target .native/target circe/native/target playJson/js/target testkit/jvm/target project/target
102102

103103
- name: Upload target directories
104104
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
@@ -181,32 +181,32 @@ jobs:
181181
tar xf targets.tar
182182
rm targets.tar
183183
184-
- name: Download target directories (2.13.9, rootJS)
184+
- name: Download target directories (2.13.10, rootJS)
185185
uses: actions/download-artifact@v3
186186
with:
187-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.9-rootJS
187+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJS
188188

189-
- name: Inflate target directories (2.13.9, rootJS)
189+
- name: Inflate target directories (2.13.10, rootJS)
190190
run: |
191191
tar xf targets.tar
192192
rm targets.tar
193193
194-
- name: Download target directories (2.13.9, rootJVM)
194+
- name: Download target directories (2.13.10, rootJVM)
195195
uses: actions/download-artifact@v3
196196
with:
197-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.9-rootJVM
197+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJVM
198198

199-
- name: Inflate target directories (2.13.9, rootJVM)
199+
- name: Inflate target directories (2.13.10, rootJVM)
200200
run: |
201201
tar xf targets.tar
202202
rm targets.tar
203203
204-
- name: Download target directories (2.13.9, rootNative)
204+
- name: Download target directories (2.13.10, rootNative)
205205
uses: actions/download-artifact@v3
206206
with:
207-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.9-rootNative
207+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootNative
208208

209-
- name: Inflate target directories (2.13.9, rootNative)
209+
- name: Inflate target directories (2.13.10, rootNative)
210210
run: |
211211
tar xf targets.tar
212212
rm targets.tar

0 commit comments

Comments
 (0)