fix workflow

This commit is contained in:
Omri H
2026-03-01 22:03:19 +02:00
parent 7378cbdc02
commit 904f19b74c

19
.github/workflows/nightly.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
name: Nightly Release
on:
workflow_dispatch:
push:
branches:
- 'main'
jobs:
build:
name: Build Windows64
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Build
run: msbuild MinecraftConsoles.sln -t:Windows64 -p:Configuration=Release