diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5f4af3be..12bccde0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -237,7 +237,7 @@ jobs: uses: actions/upload-artifact@v4 if: ${{ env.IS_PR == 'false' }} with: - name: nuget-list + name: nuget-list-${{ matrix.platform }} if-no-files-found: error path: | ${{ github.workspace }}/.github/workflows/SignClientFileList.txt @@ -273,7 +273,7 @@ jobs: - name: Download Package List uses: actions/download-artifact@v4 with: - name: nuget-list + name: nuget-list-${{ matrix.platform }} path: ./ - name: Download built packages for ${{ matrix.platform }}