Skip to content

Commit 48178f9

Browse files
committed
CI fix package name
1 parent 5243f37 commit 48178f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/upload_repo_arc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ for f in build/*.zip build/*.exe; do
2424
done
2525

2626
for f in build/*.gz; do
27+
packageName="$(basename $f)"
2728
if [ -f "$f" ]; then
2829
get_destination
2930
/usr/bin/docker exec -i repo-generator /generator.sh --path "/repository/manticoresearch_macos/$DESTINATION/" --name "$packageName" --not-index --skip-signing < "$f"

0 commit comments

Comments
 (0)