Skip to content

Commit

Permalink
feat(CI): upload static link library as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Elssky committed Oct 17, 2024
1 parent dd0fff6 commit b4a4c93
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,12 @@ jobs:
ctest --output-on-failure
popd
- name: Upload libgraphar.a artifact
uses: actions/upload-artifact@v3
with:
name: ubuntu-libgraphar
path: cpp/build-static/libgraphar.a

macos:
name: ${{ matrix.architecture }} macOS ${{ matrix.macos-version }} C++
runs-on: macos-${{ matrix.macos-version }}
Expand Down Expand Up @@ -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
uses: actions/upload-artifact@v3
with:
name: macos-libgraphar
path: cpp/build-static/libgraphar.a

0 comments on commit b4a4c93

Please sign in to comment.