aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-09 14:45:38 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-09 14:45:38 +0800
commitc74a3857564dd875071b4ce52ee9bf343c8e2180 (patch)
tree6d9c23302438e87cec031c76e4d8cd8f16d7c31c /.github/workflows/ci.yml
parentb7888733e5b0765a42e1301da3376d862c206c11 (diff)
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.
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 0 insertions, 3 deletions
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