Skip to content

Commit

Permalink
Remove allowUpdates and use glob to search JNI libs recursively
Browse files Browse the repository at this point in the history
  • Loading branch information
oluiscabral committed Nov 30, 2024
1 parent e4dc4d8 commit c3c96c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ jobs:
- name: Create JNI libs release
uses: ncipollo/release-action@v1
with:
allowUpdates: true
artifacts: "./target/release/fs-storage/jniLibs"
artifacts: "./target/release/fs-storage/jniLibs/**"

- name: Publish Java release
run: gradle publish
Expand Down

0 comments on commit c3c96c3

Please sign in to comment.