Skip to content

SolarLabyrinth/Action-Setup-Butler

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

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published