diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bade70ba..b61b5f04 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: - uses: ilammy/msvc-dev-cmd@v1 - uses: microsoft/setup-msbuild@v1.1 - 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: