From a03c76e211eaa7527d99213820f6400727e011e6 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Mon, 9 Oct 2023 20:35:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20build-windows.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 44ced5db..509122cd 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -18,7 +18,7 @@ jobs: id: release_version run: | $app_version = Select-String -Path "version.py" -Pattern "APP_VERSION\s=\s'v(.*)'" | ForEach-Object { $_.Matches.Groups[1].Value } - echo "app_version=$app_version" >> $GITHUB_ENV + echo app_version=%app_version% >> %GITHUB_ENV% - name: Init Python 3.11.4 uses: actions/setup-python@v4