Update ci.yml

This commit is contained in:
Andreas 2020-02-17 20:07:01 +01:00 committed by GitHub
parent fb36bf8dff
commit 54183c534a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
- name: Build linux-arm
run: dotnet publish -c debug -r linux-arm /p:PublishSingleFile=true
- name: Build win-x64
run: dotnet publish -c debug -r win-x64 /p:PublishSingleFile=true /p:PublishReadyToRun=true
run: dotnet publish -c debug -r win-x64 /p:PublishSingleFile=true
- name: Build osx-64
run: dotnet publish -c debug -r osx-x64 /p:PublishSingleFile=true
- name: Upload artifact