From cd47cf44f31efd9d00485e95477b7f08c9251be4 Mon Sep 17 00:00:00 2001 From: olebeck <31539311+olebeck@users.noreply.github.com> Date: Thu, 28 Jan 2021 12:11:48 +0100 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 0438a35..5be7536 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -23,9 +23,9 @@ jobs: - name: Restore dependencies run: dotnet restore - name: Build - run: dotnet publish --no-restore -c All -p:Platform="Any CPU" --self-contained true + run: dotnet publish -r linux-x64 --self-contained false - name: upload result uses: actions/upload-artifact@v2 with: name: result - path: Horse Isle Server/HorseIsleServer/bin/ + path: HorseIsleServer/bin/Debug/net5.0/linux-x64/publish/