From 42069605a71548c6a15222c41ab3184b29e7c9c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=BA=E8=83=BD=E5=A4=A7=E7=9F=B3=E5=A4=B4?= Date: Wed, 14 May 2025 11:21:56 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=20=E4=BF=AE=E6=AD=A3=E6=89=93=E5=8C=85?= =?UTF-8?q?=EF=BC=8Cwindows=E6=89=93=E5=8C=85=E7=9A=84=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E8=B7=9Flinux=E4=B8=8D=E5=90=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish-beta.yml | 2 +- Stardust.Web/Stardust.Web.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-beta.yml b/.github/workflows/publish-beta.yml index fd227304..84b0d77d 100644 --- a/.github/workflows/publish-beta.yml +++ b/.github/workflows/publish-beta.yml @@ -24,7 +24,7 @@ jobs: 8.x 9.x - name: Get Version - run: echo "VERSION=$(date '+%Y.%m%d-beta%H%M')" >> $GITHUB_ENV + run: echo "VERSION=$(date '+%Y.%m%d-beta%H%M')" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append - name: Build run: | dotnet pack --version-suffix ${{ env.VERSION }} -c Release -o out Stardust\Stardust.csproj diff --git a/Stardust.Web/Stardust.Web.csproj b/Stardust.Web/Stardust.Web.csproj index 5f437146..fb7ed607 100644 --- a/Stardust.Web/Stardust.Web.csproj +++ b/Stardust.Web/Stardust.Web.csproj @@ -50,7 +50,7 @@ - +