Skip to content

Commit

Permalink
Try to fix the itchio upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Feb 5, 2024
1 parent bb1d60e commit 11340c9
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,11 @@ jobs:
allowUpdates: true
name: Release ${{ github.ref_name }}
artifacts: promptfont.zip
- name: Upload to itchio
uses: manleydev/butler-publish-itchio-action@master
env:
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
CHANNEL: all
ITCH_GAME: promptfont
ITCH_USER: shinmera
PACKAGE: promptfont
VERSION: ${{ github.ref_name }}
- uses: Ayowel/butler-to-itch@v1.0.0
with:
butler_key: ${{ secrets.BUTLER_CREDENTIALS }}
itch_user: shinmera
itch_game: promptfont
version: ${{ github.ref_name }}
files: all promptfont.zip

0 comments on commit 11340c9

Please sign in to comment.