From 8b82aa4b9369cefa7ed7bf92701bce02f3046776 Mon Sep 17 00:00:00 2001 From: Jade Welton Date: Wed, 15 Jan 2025 12:30:25 -0800 Subject: [PATCH] Revert path change, use unique names for upload task. --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6d938d23..6986b9dbc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,9 +123,9 @@ jobs: - run: dotnet nuget push "bin/Release/*.nupkg" --skip-duplicate --api-key Az --source="$NUGET_SOURCE" - run: dotnet nuget remove source "ADO" - uses: actions/upload-artifact@v4 - name: packages + name: prod-package with: - path: "bin/Release/Azure.Cosmos.DB.Data.Explorer.2.0.0-github-${GITHUB_SHA}.nupkg" + path: "bin/Release/*.nupkg" nugetmpac: name: Publish Nuget MPAC @@ -147,9 +147,9 @@ jobs: - run: dotnet nuget push "bin/Release/*.nupkg" --skip-duplicate --api-key Az --source="$NUGET_SOURCE" - run: dotnet nuget remove source "ADO" - uses: actions/upload-artifact@v4 - name: packages + name: mpac-package with: - path: "bin/Release/Azure.Cosmos.DB.Data.Explorer.MPAC.2.0.0-github-${GITHUB_SHA}.nupkg" + path: "bin/Release/*.nupkg" playwright-tests: name: "Run Playwright Tests (Shard ${{ matrix.shardIndex }} of ${{ matrix.shardTotal }})"