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 412c866 commit 31c6460Copy full SHA for 31c6460
scripts/upload-maven-artifacts.py
@@ -135,7 +135,7 @@ def upload(environment: Environment):
135
remote_path = reduce(lambda path, c: path / c,
136
local_maven_repo_metadata.group_id.split('.'),
137
Path(f'oxen.rocks/{environment.repo}/maven')
138
- ) / local_maven_repo_metadata.artifact_id
+ ) / local_maven_repo_metadata.artifact_id / local_maven_repo_metadata.artifact_id
139
sftp_commands.extend(_mkdirs_sftp_commands(remote_path))
140
141
# Grab the remote maven metadata if it exists
0 commit comments