Skip to content

Commit

Permalink
fix(CI): Avoid generating unnecessary static link libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Elssky committed Oct 28, 2024
1 parent b0d4f1b commit fb3c388
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_name == 'push'
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_name == 'push'
uses: actions/upload-artifact@v3
with:
name: macos-${{ matrix.macos-version }}-libgraphar.a
Expand Down

0 comments on commit fb3c388

Please sign in to comment.