Skip to content

Commit 31c6460

Browse files
SessionHero01SessionHero01
authored andcommitted
Wrong artifact folder
1 parent 412c866 commit 31c6460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/upload-maven-artifacts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def upload(environment: Environment):
135135
remote_path = reduce(lambda path, c: path / c,
136136
local_maven_repo_metadata.group_id.split('.'),
137137
Path(f'oxen.rocks/{environment.repo}/maven')
138-
) / local_maven_repo_metadata.artifact_id
138+
) / local_maven_repo_metadata.artifact_id / local_maven_repo_metadata.artifact_id
139139
sftp_commands.extend(_mkdirs_sftp_commands(remote_path))
140140

141141
# Grab the remote maven metadata if it exists

0 commit comments

Comments
 (0)