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 21, 2024
1 parent c489121 commit 58563da
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,19 @@ jobs:
include:
- os: windows-latest
OS_NAME: win-x64
script_name: build_release
shell_name: cmd
script_name: cmd.exe /c build_release.cmd
- os: ubuntu-latest
OS_NAME: linux-x64
script_name: sh build_release.sh
shell_name: sh
- os: macos-latest
OS_NAME: osx-x64
script_name: sh build_release.sh
shell_name: sh

steps:
- name: Checkout
uses: actions/checkout@master

- name: Build DxFeedJniNativeSdk
shell: ${{ matrix.shell_name }}
run: ${{ matrix.script_name }}
working-directory: ${{ github.workspace }}/src/main/c/jni-lib

Expand Down

0 comments on commit 58563da

Please sign in to comment.