Skip to content

Commit

Permalink
fix: native library package to jar
Browse files Browse the repository at this point in the history
  • Loading branch information
yankun1992 committed Jul 21, 2023
1 parent ffeeeed commit 1ec4ea7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:
with:
name: result
path: out/fastbloomjvm/compileNative.dest/native/
- run: ls -R out/fastbloomjvm/compileNative.dest/native/
- run: ./millw fastbloomjvm.jar
- run: echo $PGP_SECRET | base64 --decode > gpg_key && gpg --import --no-tty --batch --yes gpg_key
- run: ./millw -i __.publishArtifacts
- run: gpg --passphrase=$PGP_PASSPHRASE --no-tty --pinentry-mode loopback --batch --yes -a -b build.sc
Expand Down

0 comments on commit 1ec4ea7

Please sign in to comment.