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