File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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')
You can’t perform that action at this time.
0 commit comments