Skip to content

Instantly share code, notes, and snippets.

@Turupawn
Created August 27, 2020 02:12
Show Gist options
  • Save Turupawn/63b94b4ee031cf2bec6868accb705078 to your computer and use it in GitHub Desktop.
Save Turupawn/63b94b4ee031cf2bec6868accb705078 to your computer and use it in GitHub Desktop.
name: Itch.io release
on:
release:
types: [published]
jobs:
upload:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Upload build
uses: josephbmanley/butler-publish-itchio-action@master
env:
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_API_KEY }}
CHANNEL: linux
ITCH_GAME: MIJUEGO
ITCH_USER: turupawn
PACKAGE: .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment