fix: workflow
This commit is contained in:
@@ -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 }}
|
||||
Reference in New Issue
Block a user