Skip to content

CLI release / installer breaks Lume release / installer #583

@ddupont808

Description

@ddupont808

The CLI and Lume publish actions both create a latest release with the built binaries at https://github.com/trycua/cua/releases/latest/download/

GitHub only supports 1 active release at a time. As a result, when releasing the CLI, the Lume installer no longer works (breaking the link https://github.com/trycua/cua/releases/latest/download/lume.pkg.tar.gz), and vice versa.

Possible solutions

  • Create a combine release for Lume CLI and the Cua CLI
  • Upload the artifacts to a bucket ( claude-code does this )
  • Update the installers to use a different GitHub API to get all release artifacts and find the correct one
  • Combine the Lume CLI and Cua CLI into a single CLI

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions