diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index c3552e2..2c2d348 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -34,5 +34,5 @@ jobs: working-directory: PicoNesLoader - name: Publish - run: dotnet publish -c Release -r linux-x64 --self-contained true /p:EnableWindowsTargeting=true + run: dotnet publish -c Release -r win-x86 --self-contained true /p:EnableWindowsTargeting=true working-directory: PicoNesLoader