We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5243f37 commit 48178f9Copy full SHA for 48178f9
bin/upload_repo_arc
@@ -24,6 +24,7 @@ for f in build/*.zip build/*.exe; do
24
done
25
26
for f in build/*.gz; do
27
+ packageName="$(basename $f)"
28
if [ -f "$f" ]; then
29
get_destination
30
/usr/bin/docker exec -i repo-generator /generator.sh --path "/repository/manticoresearch_macos/$DESTINATION/" --name "$packageName" --not-index --skip-signing < "$f"
0 commit comments