From c3c96c35945d36edc4f6698bf4ab6743c41964e8 Mon Sep 17 00:00:00 2001 From: oluiscabral Date: Fri, 29 Nov 2024 21:05:35 -0300 Subject: [PATCH] Remove `allowUpdates` and use glob to search JNI libs recursively --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 010e2e5..2852ce0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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