diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 137f0e14..58188a49 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -19,4 +19,4 @@ jobs: uses: microsoft/setup-msbuild@v2 - name: Build - run: msbuild MinecraftConsoles.sln -t:x64 -p:Configuration=Release \ No newline at end of file + run: MSBuild.exe MinecraftConsoles.sln /p:Configuration=Release /p:Platform="Windows64" \ No newline at end of file