From 12cb26ffc5291ab630f7f2b7ae333cb654858360 Mon Sep 17 00:00:00 2001 From: olebeck <31539311+olebeck@users.noreply.github.com> Date: Thu, 28 Jan 2021 11:35:57 +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 f941950..b1ac5f7 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 Release -r linux-x64 --self-contained true + run: dotnet publish --no-restore -c Debug -r linux-x64 --self-contained true - name: upload result uses: actions/upload-artifact@v2 with: