You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2022/10/21 04:14:59 UTC

[pulsar-client-cpp] 06/06: Fixed the release artifacts package file name (#113)

This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/pulsar-client-cpp.git

commit f70aa89d1ac0c012d0dc472e1c53462834dfb517
Author: Matteo Merli <mm...@apache.org>
AuthorDate: Thu Oct 20 14:20:32 2022 -0700

    Fixed the release artifacts package file name (#113)
---
 .github/workflows/ci-build-binary-artifacts.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci-build-binary-artifacts.yaml b/.github/workflows/ci-build-binary-artifacts.yaml
index f2a931e..7c0a001 100644
--- a/.github/workflows/ci-build-binary-artifacts.yaml
+++ b/.github/workflows/ci-build-binary-artifacts.yaml
@@ -75,5 +75,5 @@ jobs:
       - name: Upload artifacts
         uses: actions/upload-artifact@v3
         with:
-          name: ${{matrix.pkg.type}}-${{matrix.pkg.platform}}
+          name: ${{matrix.pkg.type}}-${{matrix.cpu.platform}}
           path: ${{matrix.pkg.path}}