aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-09 04:59:50 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-09 04:59:50 +0800
commit42329d039d8c7ffcdf89c68d34bb618fe9c624f2 (patch)
treecc6ce4a2213f9f3c6d14bac02130eb7a95c2cb4f
parent45ce3b5840a4a578e94bedece682edef99a326a5 (diff)
ci: package mling templates in CI workflowwip/mingling-cli-ux
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0cec42b..4dc56c5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -94,6 +94,9 @@ jobs:
- name: Run cov-test
run: cargo run --manifest-path .run/Cargo.toml --bin cov-test
+ - name: Package mling templates
+ run: cargo run --manifest-path .run/Cargo.toml --bin package-mling-tmpls
+
- name: Delete .temp directory before deployment
run: rm -rf .temp