diff --git a/.workflow/dtk-build-release-tag-20220425.yml b/.workflow/dtk-build-release-tag-20220425.yml
index 22427ad..693e2f1 100644
--- a/.workflow/dtk-build-release-tag-20220425.yml
+++ b/.workflow/dtk-build-release-tag-20220425.yml
@@ -14,16 +14,11 @@ stages:
     trigger: auto
     executor: []
     steps:
-      - step: build@gcc
-        name: build_gcc
-        displayName: GCC 构建
-        gccVersion: '9.4'
+      - step: build@nodejs
+        name: build_dtk
+        displayName: DTK构建
+        nodeVersion: 14.16.0
         commands:
-          - sed -i 's/archive.ubuntu.com/mirrors.ustc.edu.cn/g' /etc/apt/sources.list
-          - '# 换源'
-          - apt update
-          - echo "正在准备Debian 10环境..."
-          - apt install git -y >/dev/null 2>&1
           - git clone https://gitlink.org.cn/shenmo7192/debian-10-container.git
           - mv debian-10-container/Debian-10.tar.xz /mnt
           - rm -rf debian-10-container
@@ -38,11 +33,6 @@ stages:
           - echo "进入Debian 10环境"
           - chroot /mnt/Debian-10 /bin/bash /spark-build.sh
           - cd /mnt/Debian-10/build-spark
-          - 'mkdir target '
-          - for f in $(find . -type f -name "*.deb")
-          - do
-          - '    mv $f target'
-          - done
         artifacts:
           - name: BUILD_ARTIFACT
             path: