Skip to content

2.92.0 release cause 404 during go package upload #3371

@KrisMaister

Description

@KrisMaister

Describe the bug

Using in github actions:JFROG_CLI_USER_AGENT: setup-jfrog-cli-github-action/3.5.3

While running jf go-publish XYZ --build-name="XYZ" --build-number="XYZ"
i got:
response: 404
{
"errors" : [ {
"status" : 404,
"message" : "Not Found"
} ]
}

Current behavior

Jfrog is malforming url parameter added to PUT request:

vcs.url=https:/github.com/ABC/XYZ
with missing "/"

Reproduction steps

No response

Expected behavior

Upload package with 200 return code as it was in version 2.91.0

JFrog CLI version

2.92.0

Operating system type and version

Amazon Linux 2023.6.20241111

JFrog Artifactory version

7.84.20

JFrog Xray version

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions