diff --git a/.github/workflows/dotnet-run-openai-test-and-notebooks.yml b/.github/workflows/dotnet-run-openai-test-and-notebooks.yml index 0f01eb80cc1f..687b474afd63 100644 --- a/.github/workflows/dotnet-run-openai-test-and-notebooks.yml +++ b/.github/workflows/dotnet-run-openai-test-and-notebooks.yml @@ -24,7 +24,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - global-json-file: global.json + global-json-file: dotnet/global.json - name: Restore dependencies run: dotnet restore