Skip to content

Commit

Permalink
Use pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 23, 2022
1 parent 8935784 commit f26dcde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tasks/java-jars/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
shell: cmd
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
bash -c "arrow/ci/scripts/java_jni_windows_build.sh $GITHUB_WORKSPACE/arrow $GITHUB_WORKSPACE/arrow/cpp-build $GITHUB_WORKSPACE/arrow/java-dist"
bash -c "arrow/ci/scripts/java_jni_windows_build.sh $(pwd)/arrow $(pwd)/arrow/cpp-build $(pwd)/arrow/java-dist"
- name: Compress into single artifact to keep directory structure
shell: bash
run: tar -cvzf arrow-shared-libs-windows.tar.gz arrow/java-dist/
Expand Down

0 comments on commit f26dcde

Please sign in to comment.