Action Setup Butler
ActionsTags
(2)A GitHub Action to install Itch.io's Butler on a GitHub Actions runner.
Note: Only supported on Ubuntu runners.
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.