From 1f26907c40b97c5ac2e5e1512d173ca8befc0921 Mon Sep 17 00:00:00 2001 From: Sun <95302870@qq.com> Date: Wed, 15 May 2024 17:53:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=BC=E5=AE=B9=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9be042e..b818e31 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,8 +19,8 @@ jobs: - name: Read version from file id: read_version - # run: echo "APP_VERSION=$(cut -d '|' -f 2 ./assets/version)" >> $GITHUB_ENV // 暂时不支持括号 - run: echo "APP_VERSION=latest" >> $GITHUB_ENV + run: echo "APP_VERSION=$(cut -d '|' -f 2 ./assets/version)" >> $GITHUB_ENV // 暂时不支持括号 + # run: echo "APP_VERSION=latest" >> $GITHUB_ENV - name: Set up QEMU uses: docker/setup-qemu-action@v2