From 60a9ecf7ae091dd7dce75992648cf6809d5010c1 Mon Sep 17 00:00:00 2001 From: Dean Ellis Date: Tue, 12 Nov 2024 21:17:56 +0000 Subject: [PATCH] Fix NuGet.config for test --- .github/workflows/main.yml | 2 +- Tests/Assets/Projects/NuGet.config | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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