diff --git a/github/workflows/nightly.yml b/github/workflows/nightly.yml new file mode 100644 index 00000000..31a4f68e --- /dev/null +++ b/github/workflows/nightly.yml @@ -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 + runs: msbuild MinecraftConsoles.sln -t:Windows64 -p:Configuration=Release \ No newline at end of file