diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 3bbecdee..137f0e14 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:Windows64 -p:Configuration=Release \ No newline at end of file + run: msbuild MinecraftConsoles.sln -t:x64 -p:Configuration=Release \ No newline at end of file