Skip to content

Commit

Permalink
Fix artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisTarasyuk committed Dec 21, 2023
1 parent f05f06d commit 8bd7d5d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dev/tasks/java-jars/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,4 +205,8 @@ jobs:
arrow/ci/scripts/java_full_build.sh \
$GITHUB_WORKSPACE/arrow \
$GITHUB_WORKSPACE/arrow/java-dist
{{ macros.github_upload_releases(["arrow/java-dist/arrow-gandiva*.jar"])|indent }}
{{ macros.github_upload_releases(["arrow/java-dist/*.jar",
"arrow/java-dist/*.json",
"arrow/java-dist/*.pom",
"arrow/java-dist/*.xml",
"arrow/java-dist/*.zip"])|indent }}

0 comments on commit 8bd7d5d

Please sign in to comment.