Skip to content

Commit 5c0281d

Browse files
committed
Fix path
1 parent 72a91bb commit 5c0281d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ jobs:
252252
# https://packages.apache.org/artifactory/arrow/${DISTRIBUTION}/apache-arrow-apt-source-latest-${DISTRIBUTION_CODE_NAME}.deb
253253
# for easy to install.
254254
cp -a \
255-
"${DISTRIBUTION}/pool/${DISTRIBUTION_CODE_NAME}/a/apache-arrow-apt-source/*.deb \
255+
"${DISTRIBUTION}/pool/${DISTRIBUTION_CODE_NAME}/*/a/apache-arrow-apt-source/*.deb \
256256
"${DISTRIBUTION}/apache-arrow-apt-source-latest-${DISTRIBUTION_CODE_NAME}.deb"
257257
else
258258
# Create

0 commit comments

Comments
 (0)