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 0ba474a commit 443180e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
working-directory: PicoNesLoader

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

0 comments on commit 443180e

Please sign in to comment.