Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: zongz <zongzhe1024@163.com>
  • Loading branch information
zong-zhe committed Apr 25, 2024
1 parent 7bdf494 commit 24ea590
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@ jobs:
name: kcl-lib-osx-aarch_64
path: java/native

- name: Deploy to Github Packages
- name: Package Java artifact
working-directory: java
run: |
mvn clean package deploy -DskipTests=true
mvn clean package -DskipTests=true
- name: Upload artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 24ea590

Please sign in to comment.