- fix: now shit should run
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -22,6 +22,8 @@ jobs:
|
||||
run: dotnet restore
|
||||
- name: Build Launcher
|
||||
run: dotnet build Nebula.Launcher --configuration Release -r win-x64
|
||||
- name: Build Runner
|
||||
run: dotnet build Nebula.Runner --configuration Release -r win-x64
|
||||
- name: Publish Launcher
|
||||
run: dotnet publish Nebula.Launcher --configuration Release -r win-x64 --output ./Release
|
||||
- name: FTP Deploy
|
||||
|
||||
Reference in New Issue
Block a user