Skip to content

Publish binaries to Github Releases #7

@alexkreidler

Description

@alexkreidler

This is an awesome tool thanks! It would be great to publish binaries so people can install super quickly with cargo binstall tbl-cli or even just curl if they don't have Rust setup on their machine.

You could use Github Workflows/Actions to build automatically when you either commit to main or tag a release. (And it could do cross platform builds for Linux x86, ARM, Mac, Windows) etc like this:

  - name: build
    uses: actions-rs/cargo@v1
    with:
      command: build
      args: --release --target=${{ matrix.target }}
      use-cross: ${{ matrix.cross }}

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