Commit c1a5fd1 1 parent a0f463a commit c1a5fd1 Copy full SHA for c1a5fd1
File tree 2 files changed +8
-12
lines changed
2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 17
17
ITCH_USERNAME : guilhermegsousa
18
18
ITCH_GAME_ID : test-game
19
19
20
- # A workflow run is made up of one or more jobs that can run sequentially or in parallel
21
20
jobs :
22
- # This workflow contains a single job called "build"
23
21
build :
24
- # The type of runner that the job will run on
25
22
runs-on : ubuntu-latest
26
23
strategy :
24
+ fail-fast : true
27
25
matrix :
28
- template :
29
- - web
30
- channel :
26
+ platform :
31
27
- html5
32
- # Steps represent a sequence of tasks that will be executed as part of the job
33
28
steps :
34
29
- uses : actions/checkout@v2
35
- - uses : vitorgus /setup-godot@v1
30
+ - uses : chickensoft-games /setup-godot@v2.1.1
36
31
with :
37
- godot-version : 4.2.2
32
+ version : 4.3-beta3
33
+ include-templates : true
38
34
- name : Web Build
39
35
run : |
40
36
mkdir -v -p build/web
41
37
godot -v --export "Web" ./build/web/index.html
42
38
# - uses: KikimoraGames/[email protected]
43
39
# with:
44
40
# butlerApiKey: ${{secrets.BUTLER_API_KEY}}
45
- # gameData: ./build/${{ matrix.template }}
41
+ # gameData: ./build/${{ matrix.platform }}
46
42
# itchUsername: ${{env.ITCH_USERNAME}}
47
43
# itchGameId: ${{ env.ITCH_GAME_ID }}
48
- # buildChannel: ${{ matrix.channel }}
44
+ # buildChannel: ${{ matrix.platform }}
Original file line number Diff line number Diff line change 1
1
[preset.0]
2
2
3
- name =" Web "
3
+ name =" html5 "
4
4
platform =" Web"
5
5
runnable =true
6
6
advanced_options =false
You can’t perform that action at this time.
0 commit comments