From 747bda3c54e782c21fbf2b75b7ffec56041a8b37 Mon Sep 17 00:00:00 2001 From: bluesky Date: Sat, 31 Aug 2024 17:51:11 +0800 Subject: [PATCH] chore: release 1.0.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - wsl 添加常用工具包,curl,vim,ssh,net-tools,iputils,ping,lshw,iproute2,iptables,procps, https://github.com/deepin-community/deepin-rootfs/commit/df0462172a5ab0d249c87d33fbb82ebfc5ac3cf7 --- .github/workflows/mdbuild.yml | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mdbuild.yml b/.github/workflows/mdbuild.yml index 37900c3..61299da 100644 --- a/.github/workflows/mdbuild.yml +++ b/.github/workflows/mdbuild.yml @@ -70,7 +70,7 @@ jobs: id: downloadfile name: Download rootfs with: - url: https://github.com/deepin-community/deepin-rootfs/releases/download/v${{ env.ROOTFS_VERSION }}/deepin-rootfs-${{ env.arch }}.tar.gz + url: https://github.com/deepin-community/deepin-rootfs/releases/download/v${{ env.ROOTFS_VERSION }}/deepin-wsl-rootfs-${{ env.arch }}.tar.gz target: ${{ matrix.arch }} filename: deepin-rootfs.tar.gz diff --git a/version.txt b/version.txt index 67539e4..12cf88d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.2.0 \ No newline at end of file +1.0.3.0 \ No newline at end of file