From 7c56f8a4b03f9d8d8aa5e0a94d74d74fc8b92d03 Mon Sep 17 00:00:00 2001 From: olebeck <31539311+olebeck@users.noreply.github.com> Date: Thu, 28 Jan 2021 11:48:02 +0100 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index b1ac5f7..4eec153 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -23,7 +23,7 @@ jobs: - name: Restore dependencies run: dotnet restore - name: Build - run: dotnet publish --no-restore -c Debug -r linux-x64 --self-contained true + run: dotnet publish --no-restore -c All --self-contained true - name: upload result uses: actions/upload-artifact@v2 with: