diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 64f70c2..7f04299 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,7 +21,7 @@ jobs: - name: Install dependencies run: dotnet restore - name: Build whole project - run: dotnet build + run: dotnet build --configuration Release - name: Package launcher files run: dotnet run --project Nebula.Packager - name: FTP Deploy Release