mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-04-23 15:36:07 +00:00
fix workflow
This commit is contained in:
parent
7378cbdc02
commit
904f19b74c
|
|
@ -1,7 +1,7 @@
|
|||
name: Nightly Release
|
||||
|
||||
on:
|
||||
workflow-dispatch:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
|
|
@ -16,4 +16,4 @@ jobs:
|
|||
uses: actions/checkout@v6
|
||||
|
||||
- name: Build
|
||||
runs: msbuild MinecraftConsoles.sln -t:Windows64 -p:Configuration=Release
|
||||
run: msbuild MinecraftConsoles.sln -t:Windows64 -p:Configuration=Release
|
||||
Loading…
Reference in a new issue