From 659ca6c0b2a1f62c15d97473f4532e247bb848db Mon Sep 17 00:00:00 2001 From: "Jim.Jiang" <375324644@qq.com> Date: Sat, 12 Mar 2022 22:30:29 +0800 Subject: [PATCH] misc: fix macos yml --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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