Skip to content

Commit 3d34612

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! Add windows build
1 parent 8f03e2c commit 3d34612

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
name: Deploy Godot project to GitHub Pages and Itch.io
22

3-
env:
4-
ITCH_USERNAME: martindelille
5-
ITCH_GAME_ID: burnout-simulateur
6-
73
on:
84
push:
95
branches: ["**"]
@@ -101,6 +97,6 @@ jobs:
10197
env:
10298
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_API_KEY }}
10399
CHANNEL: ${{ matrix.channel }}
104-
ITCH_USER: ${{ secrets.ITCH_USERNAME }}
105-
ITCH_GAME: ${{ secrets.ITCH_GAME_ID }}
100+
ITCH_USER: martindelille
101+
ITCH_GAME: burnout-simulateur
106102
PACKAGE: build/${{ matrix.channel }}

0 commit comments

Comments
 (0)