Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fhoedemakers authored Jul 27, 2023
1 parent 88c991d commit 0ba474a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ jobs:
- name: Test
run: dotnet test --no-build --verbosity normal /p:EnableWindowsTargeting=true
working-directory: PicoNesLoader

- name: Publish
run: dotnet publish -c Release -r linux-x64 --self-contained true
working-directory: PicoNesLoader

0 comments on commit 0ba474a

Please sign in to comment.