mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-04-29 10:25:41 +00:00
feat: build workflow
This commit is contained in:
parent
b5111232aa
commit
7378cbdc02
19
github/workflows/nightly.yml
Normal file
19
github/workflows/nightly.yml
Normal 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
|
||||
runs: msbuild MinecraftConsoles.sln -t:Windows64 -p:Configuration=Release
|
||||
Loading…
Reference in a new issue