From 42329d039d8c7ffcdf89c68d34bb618fe9c624f2 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 9 Aug 2026 04:59:50 +0800 Subject: ci: package mling templates in CI workflow --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit