Update dotnet.yml

This commit is contained in:
olebeck 2021-01-28 11:35:57 +01:00 committed by GitHub
parent c1b309f8a5
commit 12cb26ffc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: