From f3d1cc30dbdffd1be57be27763288cb25061333c Mon Sep 17 00:00:00 2001 From: uye <99072975+ABA2396@users.noreply.github.com> Date: Sun, 15 Oct 2023 01:42:38 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BF=AE=E6=94=B9=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f81fea509..2ac3824a2f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,7 +117,7 @@ jobs: - name: Taggify Version run: | - $csprojPath = "src/MaaWpfui/MaaWpfGui.csproj" + $csprojPath = "src/MaaWpfGui/MaaWpfGui.csproj" [xml]$csproj = Get-Content -Path $csprojPath $csproj.Project.PropertyGroup.InformationalVersion = ${{ needs.meta.outputs.tag }} $csproj.Project.PropertyGroup.Version = ${{ needs.meta.outputs.tag }}