mirror of
https://github.com/Ale32bit/Capy64.git
synced 2025-01-18 18:46:43 +00:00
Update dotnet.yml
This commit is contained in:
parent
fa7acaf0ea
commit
7f4201d225
1 changed files with 8 additions and 0 deletions
8
.github/workflows/dotnet.yml
vendored
8
.github/workflows/dotnet.yml
vendored
|
@ -26,3 +26,11 @@ jobs:
|
||||||
run: dotnet build --no-restore
|
run: dotnet build --no-restore
|
||||||
- name: Test
|
- name: Test
|
||||||
run: dotnet test --no-build --verbosity normal
|
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
|
||||||
|
|
Loading…
Reference in a new issue