fix workflow
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: Nightly Release
|
name: Nightly Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow-dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'main'
|
||||||
@@ -16,4 +16,4 @@ jobs:
|
|||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
runs: msbuild MinecraftConsoles.sln -t:Windows64 -p:Configuration=Release
|
run: msbuild MinecraftConsoles.sln -t:Windows64 -p:Configuration=Release
|
||||||
Reference in New Issue
Block a user