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 295fd61 commit 0bc1514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ jobs:
with:
distribution: 'zulu'
java-version: '8'
- run: chmod +x millw
- run: ./millw fastbloomjvm.compileNative
- name: Download artifacts
uses: actions/download-artifact@v3
with:
name: result
path: out/fastbloomjvm/compileNative.dest/native/
- run: chmod +x millw
- run: ./millw fastbloomjvm.compileNative
- run: ls -R out/fastbloomjvm/compileNative.dest/native/
- run: ./millw fastbloomjvm.jar
- run: ls -R out/fastbloomjvm/compileNative.dest/native/
Expand Down

0 comments on commit 0bc1514

Please sign in to comment.