Skip to content

Commit

Permalink
Merge pull request #3 from Elssky/CI
Browse files Browse the repository at this point in the history
fix(CI): Avoid generating unnecessary static link libraries
  • Loading branch information
Elssky authored Oct 28, 2024
2 parents b0d4f1b + e8d33b3 commit 931ea88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ jobs:
popd
- name: Upload libgraphar.a artifact
if: ${{ github.event.pull_request.merged == true && github.base_ref == 'main' }}
uses: actions/upload-artifact@v3
with:
name: ubuntu-libgraphar.a
Expand Down Expand Up @@ -235,6 +236,7 @@ jobs:
popd
- name: Upload libgraphar.a artifact
if: ${{ github.event.pull_request.merged == true && github.base_ref == 'main' }}
uses: actions/upload-artifact@v3
with:
name: macos-${{ matrix.macos-version }}-libgraphar.a
Expand Down

0 comments on commit 931ea88

Please sign in to comment.