mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-11 19:53:52 +00:00
19 lines
No EOL
320 B
YAML
19 lines
No EOL
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
|
|
run: msbuild MinecraftConsoles.sln -t:Windows64 -p:Configuration=Release |