diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6a3d68e..746dc15 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,6 +39,7 @@ jobs: files: ./**/*.apk # Build and publish Windows + # Build and publish Windows build-windows: runs-on: windows-latest @@ -58,10 +59,10 @@ jobs: run: | dotnet build -c Release -f net8.0-windows --no-restore \ /p:TargetPlatformVersion=10.0.17763.0 \ - /p:SupportedOSPlatformVersion=10.0.17763.0 + /p:SupportedOSPlatformVersion=10.0.17763.0 \ + -p:SolutionDir=./ # Ensure correct working directory - name: List directory contents - run: | - ls -r + run: ls -r - name: Create Windows Release uses: marvinpinto/action-automatic-releases@latest with: