fix workflow

This commit is contained in:
Omri H
2026-03-01 22:03:19 +02:00
parent 7378cbdc02
commit 904f19b74c

View File

@@ -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