Skip to content

Commit 59c2bba

Browse files
committed
deploy.yml: Adjusted itch buildChannel to differentiate from upcoming v2.x
1 parent b9ee652 commit 59c2bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
gameData: ./
6464
itchUsername: ${{env.ITCH_USERNAME}}
6565
itchGameId: ${{env.ITCH_GAME_ID}}
66-
buildChannel: ${{matrix.channel}}
66+
buildChannel: v1.x_${{matrix.channel}}
6767
buildNumber: ${{github.ref_name}}
6868

6969
create-release-page:

0 commit comments

Comments
 (0)