From 4f336282bbf5b28d8bfdb7363d17621ac7f02fc1 Mon Sep 17 00:00:00 2001 From: Zhe Fang Date: Wed, 11 Jun 2025 09:54:03 -0400 Subject: [PATCH] Update dotnet-desktop.yml --- .github/workflows/dotnet-desktop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}