diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2bafa5830c7..59c0a24a822 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -216,7 +216,7 @@ jobs: uses: actions/download-artifact@v3 with: name: nuget-${{ matrix.platform }} - path: nuget + path: Artifacts/NuGet - name: Download tests-tools-${{ matrix.platform }} uses: actions/download-artifact@v4 diff --git a/Tests/Assets/Projects/NuGet.config b/Tests/Assets/Projects/NuGet.config index 1d2bbfeeff1..7ac7f9c56a7 100644 --- a/Tests/Assets/Projects/NuGet.config +++ b/Tests/Assets/Projects/NuGet.config @@ -1,9 +1,9 @@ - + - + \ No newline at end of file