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

weibin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-graphar.git


The following commit(s) were added to refs/heads/main by this push:
     new b1ebb8ec feat(CI): upload static link library as artifact (ubuntu and 
macos) (#645)
b1ebb8ec is described below

commit b1ebb8eccb04571aa3973e69e39fff44d34650a0
Author: Elssky <[email protected]>
AuthorDate: Thu Oct 24 19:48:50 2024 +0800

    feat(CI): upload static link library as artifact (ubuntu and macos) (#645)
---
 .github/workflows/ci.yml | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4cdb5125..0f6029aa 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -177,6 +177,12 @@ jobs:
         ctest --output-on-failure
         popd
 
+    - name: Upload libgraphar.a artifact
+      uses: actions/upload-artifact@v3
+      with:
+        name: ubuntu-libgraphar.a
+        path: cpp/build-static/libgraphar.a  
+
   macos:
     name: ${{ matrix.architecture }} macOS ${{ matrix.macos-version }} C++
     runs-on: macos-${{ matrix.macos-version }}
@@ -229,7 +235,7 @@ jobs:
         popd
 
     - name: Upload libgraphar.a artifact
-        uses: actions/upload-artifact@v3
-        with:
-          name: libgraphar
-          path: cpp/build-static/libgraphar.a  
\ No newline at end of file
+      uses: actions/upload-artifact@v3
+      with:
+        name: macos-${{ matrix.macos-version }}-libgraphar.a
+        path: cpp/build-static/libgraphar.a  
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to