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: