aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorOmri H <omrih.e@protonmail.com>2026-03-01 22:08:37 +0200
committerOmri H <omrih.e@protonmail.com>2026-03-01 22:08:37 +0200
commit44aafd7d53d90699fd57420301b8ed649f3f0551 (patch)
treee51556072334b258d14e2a78423e5f1437057082 /.github
parent2c7803a2cf5a4297344c8571db93aa7dc7d226c5 (diff)
fix target
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/nightly.yml2
1 files changed, 1 insertions, 1 deletions
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