Update dotnet-desktop.yml

This commit is contained in:
Zhe Fang
2025-06-11 09:54:03 -04:00
committed by GitHub
parent 74daa48536
commit 4f336282bb

View File

@@ -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 }}