aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmir Saeid <amir@glgdgt.com>2026-02-14 18:56:05 +0000
committerAmir Saeid <amir@glgdgt.com>2026-02-14 18:56:05 +0000
commit3037260a2e26a7b333a2dfff8c6f87641165cae8 (patch)
tree1b885a48478c173b35ebd1905aa41a1805b8bd69
parent78f2baa4940a7687c242317de197865b77661354 (diff)
Re-run githubWorkflowGenerate
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e29033a..5c6c0b2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -83,11 +83,11 @@ jobs:
- name: Make target directories
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
- run: mkdir -p core/.js/target core/.jvm/target project/target
+ run: mkdir -p core/.js/target core/.jvm/target fs2/.js/target fs2/.jvm/target project/target
- name: Compress target directories
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
- run: tar cf targets.tar core/.js/target core/.jvm/target project/target
+ run: tar cf targets.tar core/.js/target core/.jvm/target fs2/.js/target fs2/.jvm/target project/target
- name: Upload target directories
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')