Skip to content
terminal

GitHub Action

Install the Equinox release tool

v1.1.0 Latest version

Install the Equinox release tool

terminal

Install the Equinox release tool

Build, package and distribute self-updating Go apps to your customers

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Install the Equinox release tool

uses: equinox-io/setup-release-tool@v1.1.0

Learn more about this action in equinox-io/setup-release-tool

Choose a version

equinox-io/setup-release-tool

This action downloads and installs the Equinox release tool.

Usage

See action.yml

Install the latest release:

steps:
- uses: equinox-io/setup-release-tool@v1
- run: equinox version

Install the latest release from the beta channel

steps:
- uses: equinox-io/setup-release-tool@v1
  with:
    channel: beta
- run: equinox version

License

The scripts and documentation in this project are released under the MIT License