- fix: action publish
This commit is contained in:
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -20,8 +20,10 @@ jobs:
|
||||
dotnet-version: 9.0.x
|
||||
- name: Install dependencies
|
||||
run: dotnet restore
|
||||
- name: Build whole project
|
||||
run: dotnet build
|
||||
- name: Package launcher files
|
||||
run: dotnet run Nebula.Packager
|
||||
run: dotnet run --project Nebula.Packager
|
||||
- name: FTP Deploy Release
|
||||
uses: SamKirkland/FTP-Deploy-Action@v4.3.5
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user