Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kettek authored Jun 30, 2024
1 parent dd212b2 commit d987285
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
env:
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
CHANNEL: windows
ITCH_GAME: ebijam24
ITCH_GAME: turgatory
ITCH_USER: kettek
PACKAGE: ebijam24.exe
VERSION: ${{github.ref_name}}
Expand All @@ -157,7 +157,7 @@ jobs:
env:
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
CHANNEL: mac
ITCH_GAME: ebijam24
ITCH_GAME: turgatory
ITCH_USER: kettek
PACKAGE: ebijam24
VERSION: ${{github.ref_name}}
Expand All @@ -178,7 +178,7 @@ jobs:
env:
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
CHANNEL: linux
ITCH_GAME: ebijam24
ITCH_GAME: turgatory
ITCH_USER: kettek
PACKAGE: ebijam24
VERSION: ${{github.ref_name}}
Expand All @@ -198,7 +198,7 @@ jobs:
CHANNEL: web
ITCH_GAME: ebijam24
ITCH_USER: kettek
PACKAGE: dist/web
PACKAGE: web
VERSION: ${{github.ref_name}}


0 comments on commit d987285

Please sign in to comment.