Update dotnet.yml

This commit is contained in:
Alessandro Proto 2023-01-08 00:56:01 +01:00 committed by GitHub
parent fa7acaf0ea
commit 7f4201d225
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,3 +26,11 @@ jobs:
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
- name: Publish
run: dotnet publish Capy64/Capy64.csproj -c Release --no-self-contained -o publish
- name: Download a Build Artifact
uses: actions/download-artifact@v3.0.2
with:
name: publish
path: Capy64/publish/**
if-no-files-found: error