Update dotnet.yml

This commit is contained in:
olebeck 2021-01-28 11:50:53 +01:00 committed by GitHub
parent 8ad43df651
commit a60fa300f0
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 All --self-contained true
run: dotnet publish --no-restore -c All -p:Platform="Any CPU" --self-contained true
- name: upload result
uses: actions/upload-artifact@v2
with: