From c6aefacc4e53bd4748df1072c80f7644d360e7a3 Mon Sep 17 00:00:00 2001 From: jawelton74 <103591340+jawelton74@users.noreply.github.com> Date: Wed, 13 Dec 2023 11:44:46 -0800 Subject: [PATCH] Fix the Nuget Publish MPAC action in CI. (#1712) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 048423750..a53b92645 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -204,7 +204,7 @@ jobs: with: nuget-api-key: ${{ secrets.NUGET_API_KEY }} - name: Download Dist Folder - uses: actions/upload-artifact@v3 + uses: actions/download-artifact@v3 with: name: dist - run: cp ./configs/mpac.json config.json