-
-
Notifications
You must be signed in to change notification settings - Fork 670
Open
Description
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
Labels
No labels