fix: workflow

This commit is contained in:
2026-07-21 17:49:29 +00:00
parent 79bfa4eb56
commit cba1f9ea3b
+3 -2
View File
@@ -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 }}
path: PS3_${{ matrix.configuration }}