Skip to content

Action Setup Butler

Actions
A GitHub Action to install Itch.io s Butler on a GitHub Actions runner
v1
Latest
Star (1)

Action: Setup Butler

A GitHub Action to install Itch.io's Butler on a GitHub Actions runner.

Note: Only supported on Ubuntu runners.

Usage

This action will provide access to the butler binary on your runner's path. You can then reference that binary in other workflow steps.

- name: Setup Butler
  uses: solarlabyrinth/action-setup-butler@v1
  with:
    key: ${{ secrets.BUTLER_API_KEY }}

- name: Upload Game
  run: butler push ./build user/game:channel

Action Setup Butler is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

A GitHub Action to install Itch.io s Butler on a GitHub Actions runner
v1
Latest

Action Setup Butler is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.