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 @@ -90,11 +90,11 @@ jobs:
9090
9191 - name : Make target directories
9292 if : github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
93- run : mkdir -p target . js/target .jvm/target .native/target lib/.js/target lib/.jvm/target project/target
93+ run : mkdir -p target macros/.jvm/target testkit/. js/target .js/target core/.js/target macros/.js/target core/. jvm/target .jvm/target . native/target lib/.js/target testkit/.jvm /target lib/.jvm/target project/target
9494
9595 - name : Compress target directories
9696 if : github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
97- run : tar cf targets.tar target . js/target .jvm/target .native/target lib/.js/target lib/.jvm/target project/target
97+ run : tar cf targets.tar target macros/.jvm/target testkit/. js/target .js/target core/.js/target macros/.js/target core/. jvm/target .jvm/target . native/target lib/.js/target testkit/.jvm /target lib/.jvm/target project/target
9898
9999 - name : Upload target directories
100100 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