From ce2ea7f295815685eb37292218d435fe3cca9265 Mon Sep 17 00:00:00 2001 From: AeonLucid Date: Fri, 7 Jan 2022 05:16:11 +0100 Subject: [PATCH] Add no-self-contained to automated build --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a626e92..302fe2b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: run: msbuild /m /p:Configuration=Release /p:Platform=x64 ${{env.PROJ_AGENT}} - name: Build Prospect.Launcher - run: dotnet publish -o ./Prospect-Launcher -r win-x64 -c Release -v minimal ${{env.PROJ_LAUNCHER}} + run: dotnet publish -o ./Prospect-Launcher -r win-x64 --no-self-contained -c Release -v minimal ${{env.PROJ_LAUNCHER}} - name: Compress Prospect.Launcher run: 7z a launcher.zip ./Prospect-Launcher