Skip to content

Commit

Permalink
Update linux_java_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosmoflips authored Mar 20, 2023
1 parent 093789a commit 1c68b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux_java_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: upload artifact
uses: actions/upload-artifact@v3
with:
path: ./build/java/lebai-java/target/lebai-1.*.jar
path: ./build/java/lebai-java/target/*.jar

release:
if: ${{ contains(github.ref, 'tags/v') }}
Expand Down

0 comments on commit 1c68b3c

Please sign in to comment.