From cba1f9ea3b6c1a9f5fd8275562111cdaf2b6d9fc Mon Sep 17 00:00:00 2001 From: str1k3r <1+str1k3r@noreply.localhost> Date: Tue, 21 Jul 2026 17:49:29 +0000 Subject: [PATCH] fix: workflow --- .gitea/workflows/ps3.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ps3.yaml b/.gitea/workflows/ps3.yaml index adcbdbd5..038332d2 100644 --- a/.gitea/workflows/ps3.yaml +++ b/.gitea/workflows/ps3.yaml @@ -16,8 +16,9 @@ jobs: uses: https://github.com/actions/checkout@v4 - name: Build Minecraft Legacy Console Edition + shell: pwsh run: | - "C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" MinecraftConsoles.sln ` + & "C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" MinecraftConsoles.sln ` /p:Configuration=${{ matrix.configuration }} ` /p:Platform=PS3 ` /m @@ -26,4 +27,4 @@ jobs: uses: https://github.com/actions/upload-artifact@v3 with: name: MinecraftClient-${{ matrix.configuration }} - path: x64/${{ matrix.configuration }} \ No newline at end of file + path: PS3_${{ matrix.configuration }} \ No newline at end of file