diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 8189406..dd11d52 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -32,7 +32,7 @@ jobs: dotnet workload install android ios maccatalyst tvos macos maui wasm-tools --from-rollback-file ${{env.MAUIROLLBACKLINK}} --source https://aka.ms/dotnet6/nuget/index.json --source https://api.nuget.org/v3/index.json - name: Restore nuget packages - run: dotnet restore src\VisualLogger.sln + run: dotnet restore src/VisualLogger.sln - name: Build MacCatalyst App shell: bash