Skip to content

Commit 05272ab

Browse files
committed
Don't use needless glob
1 parent f9dcbef commit 05272ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ jobs:
361361
export VERIFY_DEFAULT=0
362362
export VERIFY_BINARY=1
363363
export VERIFY_SOURCE=1
364-
cd apache-arrow-java-*
364+
cd apache-arrow-java-${version}
365365
mv ../${tar_gz}* ./
366366
mv ../release-binaries binaries
367367
dev/release/verify_rc.sh "${version}" "${rc}"

0 commit comments

Comments
 (0)