Skip to content

Commit

Permalink
Update maven-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Montura authored Jan 20, 2024
1 parent 786f945 commit 1b05f2c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@master
# - uses: lukka/[email protected]
- name: Change directory to native sources
run: cd src/main/c/jni-lib

- name: Build DxFeedJniNativeSdk
- run: sh build_release.sh
run: sh build_release.sh

0 comments on commit 1b05f2c

Please sign in to comment.