Skip to content

Commit

Permalink
feat(CI): upload static link library as artifact (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elssky committed Oct 23, 2024
1 parent 21472a2 commit 46ec380
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,4 +226,10 @@ jobs:
export ASAN_OPTIONS=detect_leaks=0
export ASAN_OPTIONS=detect_container_overflow=0
ctest --output-on-failure
popd
popd
- name: Upload libgraphar.a artifact
uses: actions/upload-artifact@v3
with:
name: libgraphar
path: cpp/build-static/libgraphar.a

0 comments on commit 46ec380

Please sign in to comment.