yeslayla / butler-publish-itchio-action

GitHub action that publishes releases to Itch.io using Butler
https://github.com/josephbmanley/butler-publish-itchio-action
GNU General Public License v3.0
113 stars 21 forks source link
butler game github-action itch

Butler Push

This action pushes packages to itch.io with butler to easily automate releases.

Usage

This action will call butler push with parameters configured by environment variables.

Example:

steps:
- uses: manleydev/butler-publish-itchio-action@master
  env:
    BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
    CHANNEL: windows
    ITCH_GAME: example-project
    ITCH_USER: username
    PACKAGE: build/windows

Environment Variables