Skip to content

Commit

Permalink
Merge pull request #59 from zong-zhe/add-ci-classifier
Browse files Browse the repository at this point in the history
fix: fix ci and add classifier for jar
  • Loading branch information
Peefy authored Apr 15, 2024
2 parents 0b635f0 + ba09b12 commit e637cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: 'Build and Deploy'
shell: bash
working-directory: java
run: make # && make deploy
run: mvn clean install -DskipTests -Dcargo-build.profile=release -Djni.classifier=${{ matrix.classifier }} # && make deploy
env:
CI_DEPLOY_USERNAME: ${{ secrets.NEXUS_STAGE_DEPLOYER_USER }}
CI_DEPLOY_PASSWORD: ${{ secrets.NEXUS_STAGE_DEPLOYER_PW }}
Expand Down

0 comments on commit e637cf4

Please sign in to comment.