Skip to content

bodrovis/install-lokex-cli

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install lokex-cli GitHub Action

Install lokex-cli in GitHub Actions workflows on Linux and Windows runners.

Features

  • Supports Linux and Windows
  • Installs latest, 0.2.0, or v0.2.0
  • Optionally adds the install directory to PATH
  • Exposes install-dir and bin-path outputs
  • Uses pinned upstream installer scripts with checksum verification

Inputs

Name Description Required Default
repo GitHub repository in owner/name format No bodrovis/lokex-cli
bin-name Binary name to install No lokex-cli
version Release version to install: latest, 0.2.0, or v0.2.0 No latest
install-dir Install directory override No ""
add-to-path Add the install directory to PATH for subsequent steps No true

Outputs

Name Description
install-dir Resolved install directory
bin-path Full path to the installed binary

Usage

steps:
  - uses: actions/checkout@v6

  - name: Install lokex-cli
    uses: bodrovis/install-lokex-cli@v1

  - name: Check version
    shell: bash
    run: lokex-cli version

License

(c) Elijah S. Krukowski. Licensed under BSD 3-Clause

About

Install lokex-cli in GitHub Actions workflows on Linux and Windows runners.

Topics

Resources

License

Stars

Watchers

Forks

Contributors