We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87567de commit 474e88aCopy full SHA for 474e88a
.github/workflows/deploy-artifacts/package_utils.sh
@@ -96,7 +96,7 @@ process_jar() {
96
pkgname="${metadata[0]}"
97
version="${metadata[1]}"
98
group_id="${metadata[2]}"
99
- group_path="${group_id//./\/}"
+ group_path="${group_id:+${group_id//./\/}}"
100
101
local target="$dest_dir/$group_path/$pkgname/$version"
102
echo "DEBUG: Creating directory structure:" >&2
0 commit comments