Skip to content

Commit

Permalink
ci: show native dir
Browse files Browse the repository at this point in the history
  • Loading branch information
yankun1992 committed Jul 21, 2023
1 parent 1ec4ea7 commit 295fd61
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 @@ -74,8 +74,10 @@ jobs:
path: out/fastbloomjvm/compileNative.dest/native/
- run: ls -R out/fastbloomjvm/compileNative.dest/native/
- run: ./millw fastbloomjvm.jar
- run: ls -R out/fastbloomjvm/compileNative.dest/native/
- run: echo $PGP_SECRET | base64 --decode > gpg_key && gpg --import --no-tty --batch --yes gpg_key
- run: ./millw -i __.publishArtifacts
- run: ls -R out/fastbloomjvm/compileNative.dest/native/
- run: gpg --passphrase=$PGP_PASSPHRASE --no-tty --pinentry-mode loopback --batch --yes -a -b build.sc
- run: ./millw -d mill.scalalib.PublishModule/publishAll --publishArtifacts __.publishArtifacts --sonatypeCreds yankun1992:$SONATYPE_PASSWORD --gpgArgs --passphrase=$PGP_PASSPHRASE,--no-tty,--pinentry-mode,loopback,--batch,--yes,-a,-b --sonatypeUri https://s01.oss.sonatype.org/service/local --sonatypeSnapshotUri https://s01.oss.sonatype.org/content/repositories/snapshots --readTimeout 600000 --awaitTimeout 600000 --signed true
- run: rm gpg_key

0 comments on commit 295fd61

Please sign in to comment.