Skip to content

Commit

Permalink
Correct upload artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
sishbi authored Oct 14, 2024
1 parent 0374c87 commit 8d87f54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ jobs:
with:
name: kody-clientsdk-java.jar
path: |
build/lib/kody-clientsdk-java*.jar
!build/lib/kody-clientsdk-java*-sources.jar
**/build/libs/kody-clientsdk-java-*.jar
!**/build/libs/kody-clientsdk-java*-sources.jar
release:
needs:
Expand Down

0 comments on commit 8d87f54

Please sign in to comment.