mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-11 19:53:52 +00:00
fix workflow
This commit is contained in:
parent
7378cbdc02
commit
904f19b74c
1 changed files with 2 additions and 2 deletions
19
.github/workflows/nightly.yml
vendored
Normal file
19
.github/workflows/nightly.yml
vendored
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
|
||||
run: msbuild MinecraftConsoles.sln -t:Windows64 -p:Configuration=Release
|
||||
Loading…
Add table
Add a link
Reference in a new issue