Skip to content

Commit

Permalink
Update itch.io username for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
sionleroux committed Mar 14, 2024
1 parent 20d6d41 commit 499239b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
CHANNEL: windows
ITCH_GAME: cr1ckt
ITCH_USER: sinisterstuf
ITCH_USER: sionleroux
PACKAGE: cr1ckt.exe
VERSION: ${{github.ref_name}}

Expand All @@ -223,7 +223,7 @@ jobs:
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
CHANNEL: mac
ITCH_GAME: cr1ckt
ITCH_USER: sinisterstuf
ITCH_USER: sionleroux
PACKAGE: Cr1ckt.app
VERSION: ${{github.ref_name}}

Expand All @@ -244,7 +244,7 @@ jobs:
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
CHANNEL: linux
ITCH_GAME: cr1ckt
ITCH_USER: sinisterstuf
ITCH_USER: sionleroux
PACKAGE: cr1ckt
VERSION: ${{github.ref_name}}

Expand All @@ -262,7 +262,7 @@ jobs:
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
CHANNEL: web
ITCH_GAME: cr1ckt
ITCH_USER: sinisterstuf
ITCH_USER: sionleroux
PACKAGE: dist/web
VERSION: ${{github.ref_name}}

Expand All @@ -280,6 +280,6 @@ jobs:
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
CHANNEL: android
ITCH_GAME: cr1ckt
ITCH_USER: sinisterstuf
ITCH_USER: sionleroux
PACKAGE: cr1ckt.apk
VERSION: ${{github.ref_name}}

0 comments on commit 499239b

Please sign in to comment.