Skip to content

Conversation

@jborkowski
Copy link
Contributor

No description provided.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines 74 to 109
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./dist/taskrunner-linux.tar.gz
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./artifacts/taskrunner-linux-x86_64/taskrunner-linux.tar.gz

Choose a reason for hiding this comment

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

P1 Badge Fix release asset paths after download

The build matrix uploads artifacts with path: dist/*.tar.gz, which preserves the dist/ directory inside the artifact. After the release job downloads all artifacts, the files will be at artifacts/taskrunner-linux-x86_64/dist/... (and similarly for ARM64). The upload step currently points to ./artifacts/taskrunner-linux-x86_64/taskrunner-linux.tar.gz, which does not exist, so the first upload-release-asset action will fail and the release will never publish assets for either architecture. Point the asset path to the actual dist/*.tar.gz file inside the downloaded artifact directory or flatten the artifact during upload.

Useful? React with 👍 / 👎.

@jborkowski jborkowski requested a review from zyla November 6, 2025 19:43
@jborkowski jborkowski merged commit 531d2ec into main Nov 7, 2025
3 of 4 checks passed
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.

3 participants