From c06b3e8e4efa02334c0f8e5feced5a412972c891 Mon Sep 17 00:00:00 2001 From: bluesky Date: Fri, 17 May 2024 13:17:53 +0800 Subject: [PATCH] chore: release 1.0.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rc 发版,deepin-WSL 更新 Log: release --- .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 364ace1..5a93786 100644 --- a/.github/workflows/mdbuild.yml +++ b/.github/workflows/mdbuild.yml @@ -53,7 +53,7 @@ jobs: with: python-version: "3.11" - - name: set arch # multistrap 使用的 arch 变量是 amd64、arm64,对 matrix.arch 进行判断设置 arch 变量 + - name: set arch # deepin-rootfs 使用的 arch 变量是 amd64、arm64,对 matrix.arch 进行判断设置 arch 变量 run: | if [ "${{ matrix.arch }}" == "x64" ]; then echo "arch=amd64" >> $GITHUB_ENV diff --git a/version.txt b/version.txt index 23c6598..67539e4 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.1.0 \ No newline at end of file +1.0.2.0 \ No newline at end of file