From f9dc1cd09d84054c1f88e531ad5044de55db9f28 Mon Sep 17 00:00:00 2001
From: shenmo <jifengshenmo@outlook.com>
Date: Thu, 25 Aug 2022 15:22:17 +0000
Subject: [PATCH] =?UTF-8?q?!100=20=E6=B5=8B=E8=AF=95=20tag=20*=20update=20?=
 =?UTF-8?q?.workflow/dtk-build-release-tag-20220425.yml.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .workflow/dtk-build-release-tag-20220425.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.workflow/dtk-build-release-tag-20220425.yml b/.workflow/dtk-build-release-tag-20220425.yml
index 53e307a..a784c0b 100644
--- a/.workflow/dtk-build-release-tag-20220425.yml
+++ b/.workflow/dtk-build-release-tag-20220425.yml
@@ -26,11 +26,15 @@ stages:
           - 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
+          - WORK_DIR=`pwd`
           - cd /mnt/
           - tar -xf Debian-10.tar.xz
           - cd Debian-10
           - wget https://gitee.com/deepin-community-store/repo_auto_update_script/raw/master/spark-build.sh
           - chmod +x spark-build.sh
+          - mkdir  build-spark
+          - cp $WORK_DIR build-spark/spark-store
           - echo "进入Debian 10环境"
           - chroot /mnt/Debian-10 /bin/bash /spark-build.sh
           - cd /mnt/Debian-10/build-spark