diff --git a/.github/workflows/podcast-mobile.yml b/.github/workflows/podcast-mobile.yml index 3c33b54..a5054fc 100644 --- a/.github/workflows/podcast-mobile.yml +++ b/.github/workflows/podcast-mobile.yml @@ -31,8 +31,8 @@ jobs: shell: pwsh run: | $ProgressPreference = 'SilentlyContinue' - Invoke-WebRequest https://raw.githubusercontent.com/dotnet/maui/main/NuGet.config -OutFile NuGet.config - & .\dotnet workload install maui --from-rollback-file https://aka.ms/dotnet/maui/main.json --configfile NuGet.config + Invoke-WebRequest https://raw.githubusercontent.com/dotnet/maui/main/NuGet.config -OutFile maui-main-NuGet.config + & .\dotnet workload install maui --from-rollback-file https://aka.ms/dotnet/maui/main.json --configfile maui-main-NuGet.config - name: build Microsoft.NetConf2021.Maui.csproj shell: pwsh