diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-09 04:59:50 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-09 04:59:50 +0800 |
| commit | 42329d039d8c7ffcdf89c68d34bb618fe9c624f2 (patch) | |
| tree | cc6ce4a2213f9f3c6d14bac02130eb7a95c2cb4f | |
| parent | 45ce3b5840a4a578e94bedece682edef99a326a5 (diff) | |
ci: package mling templates in CI workflowwip/mingling-cli-ux
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
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 |
