Skip to content

Conversation

@AlexD10S
Copy link
Collaborator

@AlexD10S AlexD10S commented Sep 2, 2025

Closes #600
We found an issue in the CI when generating the binaries:

Failed to CreateArtifact: ... (409) Conflict: an artifact with this name already exists on the workflow run.

Basically was only able to publish one of the binaries due to a conflict with the naming: https://github.com/r0gue-io/pop-cli/releases/tag/v0.8.1

This is a known issue in the GitHub Action actions/upload-artifact@v4 actions/upload-artifact#480. The suggested workaround actions/upload-artifact#480 (comment) is to add an index to the artifact name using ${{ strategy.job-index }}

I tested this fix in my fork, and the binaries were successfully generated:

@AlexD10S AlexD10S force-pushed the alex/ci-publish-releases branch from 2749678 to aadfdb0 Compare September 2, 2025 15:23
@AlexD10S AlexD10S requested a review from moliholy September 2, 2025 16:29
@AlexD10S AlexD10S merged commit b2eb64a into main Sep 3, 2025
22 checks passed
@AlexD10S AlexD10S deleted the alex/ci-publish-releases branch September 3, 2025 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI: release binary build doesn't generate all binaries

3 participants