This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new bb4c783 ci(java): fix nightly JAR upload (#175)
bb4c783 is described below
commit bb4c783552588fb006c485056d6b2ae478c4599e
Author: David Li <[email protected]>
AuthorDate: Sun Nov 13 10:02:23 2022 -0500
ci(java): fix nightly JAR upload (#175)
---
.github/workflows/packaging-wheels.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/packaging-wheels.yml
b/.github/workflows/packaging-wheels.yml
index b7b27de..aee988b 100644
--- a/.github/workflows/packaging-wheels.yml
+++ b/.github/workflows/packaging-wheels.yml
@@ -54,7 +54,7 @@ jobs:
shell: bash
if: github.ref == 'refs/heads/main' && (github.event.schedule ||
github.event.inputs.upload_artifacts == true)
run: |
- ./ci/scripts/java_jar_upload.sh java/
+ ./ci/scripts/java_jar_upload.sh "$(pwd)"
env:
GEMFURY_PUSH_TOKEN: ${{ secrets.GEMFURY_PUSH_TOKEN }}