- fix: change query in build.yml
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -20,10 +20,10 @@ jobs:
|
|||||||
dotnet-version: 9.0.x
|
dotnet-version: 9.0.x
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
- name: Build Launcher
|
|
||||||
run: dotnet build Nebula.Launcher --configuration Release -r win-x64
|
|
||||||
- name: Build Runner
|
- name: Build Runner
|
||||||
run: dotnet build Nebula.Runner --configuration Release -r win-x64
|
run: dotnet build Nebula.Runner --configuration Release -r win-x64
|
||||||
|
- name: Build Launcher
|
||||||
|
run: dotnet build Nebula.Launcher --configuration Release -r win-x64
|
||||||
- name: Publish Launcher
|
- name: Publish Launcher
|
||||||
run: dotnet publish Nebula.Launcher --configuration Release -r win-x64 --output ./Release
|
run: dotnet publish Nebula.Launcher --configuration Release -r win-x64 --output ./Release
|
||||||
- name: FTP Deploy
|
- name: FTP Deploy
|
||||||
|
|||||||
Reference in New Issue
Block a user