This repository has been archived on 2026-05-14. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
MinecraftConsoles/github/workflows/nightly.yml
2026-03-01 22:02:02 +02:00

19 lines
320 B
YAML

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