Skip to content

Commit 474e88a

Browse files
mirzakaracicCopilot
andcommitted
Update .github/workflows/deploy-artifacts/package_utils.sh
Co-authored-by: Copilot <[email protected]>
1 parent 87567de commit 474e88a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-artifacts/package_utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ process_jar() {
9696
pkgname="${metadata[0]}"
9797
version="${metadata[1]}"
9898
group_id="${metadata[2]}"
99-
group_path="${group_id//./\/}"
99+
group_path="${group_id:+${group_id//./\/}}"
100100

101101
local target="$dest_dir/$group_path/$pkgname/$version"
102102
echo "DEBUG: Creating directory structure:" >&2

0 commit comments

Comments
 (0)