Skip to content

Conversation

@naveenku-jfrog
Copy link
Collaborator

@naveenku-jfrog naveenku-jfrog commented Dec 26, 2025

  • All tests passed. If this feature is not already covered by the tests, I added new tests.
  • All static analysis checks passed.
  • Appropriate label is added to auto generate release notes.
  • I used gofmt for formatting the code before submitting the pull request.
  • PR description is clear and concise, and it includes the proposed solution/fix.

what: Previously it was searching for all file by removing .tar.gz suffix, resulting to find the files which have similar names.
Now, changed has been made to search only for uploaded file.

@naveenku-jfrog naveenku-jfrog added the bug Something isn't working label Dec 26, 2025
for _, arg := range artifacts {
if strings.HasSuffix(arg.Name, ".tar.gz") {
fileInitials = strings.TrimSuffix(arg.Name, ".tar.gz")
if strings.HasSuffix(arg.Name, "tar.gz") {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you use .tar

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addressed it.

@github-actions
Copy link
Contributor

👍 Frogbot scanned this pull request and did not find any new security issues.


@naveenku-jfrog naveenku-jfrog merged commit 9e2e89a into jfrog:main Dec 26, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants