Skip to content

Commit ee85414

Browse files
Regenerate ci.yml
1 parent 87c63a3 commit ee85414

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ jobs:
7676

7777
- name: Make target directories
7878
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
79-
run: mkdir -p core/.jvm/target mtl/.jvm/target testkit/.jvm/target project/target
79+
run: mkdir -p circe/.jvm/target core/.jvm/target mtl/.jvm/target testkit/.jvm/target project/target
8080

8181
- name: Compress target directories
8282
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
83-
run: tar cf targets.tar core/.jvm/target mtl/.jvm/target testkit/.jvm/target project/target
83+
run: tar cf targets.tar circe/.jvm/target core/.jvm/target mtl/.jvm/target testkit/.jvm/target project/target
8484

8585
- name: Upload target directories
8686
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')

0 commit comments

Comments
 (0)