File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : Deploy
2
2
3
- on :
3
+ on :
4
4
push :
5
5
tags :
6
6
- ' v*'
17
17
- name : export game
18
18
uses : firebelley/godot-export@v3.0.0
19
19
with :
20
- godot_executable_download_url : https://downloads.tuxfamily.org/godotengine/3.4.4 /Godot_v3.4.4 -stable_linux_headless.64.zip
21
- godot_export_templates_download_url : https://downloads.tuxfamily.org/godotengine/3.4.4 /Godot_v3.4.4 -stable_export_templates.tpz
20
+ godot_executable_download_url : https://downloads.tuxfamily.org/godotengine/3.5.2 /Godot_v3.5.2 -stable_linux_headless.64.zip
21
+ godot_export_templates_download_url : https://downloads.tuxfamily.org/godotengine/3.5.2 /Godot_v3.5.2 -stable_export_templates.tpz
22
22
relative_project_path : ./
23
23
create_release : false
24
24
use_preset_export_path : true
37
37
with :
38
38
name : html5
39
39
path : build/html5/html5/*
40
-
40
+
41
41
deploy-itch :
42
42
if : github.repository == 'MenacingMecha/godot-n64-shader-demo'
43
43
needs : [export-builds]
65
65
itchGameId : ${{env.ITCH_GAME_ID}}
66
66
buildChannel : ${{matrix.channel}}
67
67
buildNumber : ${{github.ref_name}}
68
-
68
+
69
69
create-release-page :
70
70
runs-on : ubuntu-latest
71
71
name : Create Release Page
78
78
token : ${{secrets.GITHUB_TOKEN}}
79
79
draft : true
80
80
generate_release_notes : true
81
-
81
+
82
82
add-release-artifacts :
83
83
needs : [export-builds, create-release-page]
84
84
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments