From f54c4eb0a11d1cdbbf4d1d833d10e8da24af92a3 Mon Sep 17 00:00:00 2001 From: Luke Date: Fri, 3 Dec 2021 07:35:43 +1000 Subject: [PATCH] Publish launcher only --- .github/workflows/ci-otapi3.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-otapi3.yml b/.github/workflows/ci-otapi3.yml index ee642e55..48894507 100644 --- a/.github/workflows/ci-otapi3.yml +++ b/.github/workflows/ci-otapi3.yml @@ -40,4 +40,6 @@ jobs: run: dotnet nuget add source https://pkgs.dev.azure.com/MonoMod/MonoMod/_packaging/DevBuilds%40Local/nuget/v3/index.json -n DevBuilds@Local - name: Produce build - run: dotnet publish -r ${{ matrix.arch }} -f net6.0 -c Release -p:PublishSingleFile=true --self-contained true + run: | + cd TShockLauncher + dotnet publish -r ${{ matrix.arch }} -f net6.0 -c Release -p:PublishSingleFile=true --self-contained true