Skip to content

Commit

Permalink
.so upload
Browse files Browse the repository at this point in the history
  • Loading branch information
nlgripto committed May 3, 2024
1 parent 7121454 commit 202d617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clusterfuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ jobs:
path: ./build/
retention-days: 1
- uses: actions/upload-artifact@v4
name: Upload .a dependency libraries to GHA Artifacts
name: Upload .so dependency libraries to GHA Artifacts
with:
name: ${{ github.run_id }}-${{ matrix.machine }}-lib
path: ${{ steps.find-fuzzdir.outputs.fd-dir }}/lib/*.a
path: ${{ steps.find-fuzzdir.outputs.fd-dir }}/lib/*.so*
retention-days: 1

fuzzcorp-publish:
Expand Down

0 comments on commit 202d617

Please sign in to comment.