From c74a3857564dd875071b4ce52ee9bf343c8e2180 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 9 Aug 2026 14:45:38 +0800 Subject: chore: remove ZIP template packaging and use directories Replace the ZIP-based template archive workflow with direct directory copying. Delete the `package-mling-tmpls` tool and remove the `zip` dependency. --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4dc56c5..0cec42b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,9 +94,6 @@ 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