diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index fb3284b..af088df 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -87,7 +87,7 @@ jobs: # Restore the application to populate the obj folder with RuntimeIdentifiers - name: Restore the application - run: msbuild $env:BetterLyrics /t:Restore /p:Configuration=$env:Configuration + run: msbuild $env:BetterLyrics.sln /t:Restore /p:Configuration=$env:Configuration env: Configuration: ${{ matrix.configuration }}