Skip to content
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

1 Commit
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿš€ Install Extend Helper CLI

A GitHub Action to install the AccelByte Extend Helper CLI.

Downloads and installs the specified version of the CLI executable into your workflow environment.

๐Ÿ“ฆ Usage

jobs:
  install-cli:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v4

      - name: Install Extend Helper CLI
        uses: elmernocon/accelbyte-extend-github-action@v1
        with:
          version: v1.0.0      # Optional: leave empty to get latest
          os: linux            # Optional: linux, darwin, or windows
          architecture: amd64  # Optional: amd64, arm64, etc.

      - name: Use Extend Helper CLI
        run: |
          extend-helper-cli --help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages