Build for any cpu

This commit is contained in:
2025-10-27 19:45:24 +08:00
parent c290e9b71c
commit 84b1197018

View File

@@ -16,7 +16,7 @@ jobs:
- uses: ilammy/msvc-dev-cmd@v1
- uses: microsoft/[email protected]
- name: Build solution
run: msbuild GARBro.sln -p:Configuration=Release
run: msbuild GARBro.sln -p:Configuration=Release -p:Platform="Any CPU"
- name: Upload artifact
uses: actions/upload-artifact@v4
with: