Skip to content

Commit

Permalink
Update web deploy CI to use Godot 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronfranke committed Apr 24, 2021
1 parent e5d829e commit 2ce76ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/export_html5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on:
- master

env:
GODOT_VERSION: 3.2.3
GODOT_VERSION: 3.3

jobs:
export-html5:
name: Export projects to HTML5 and deploy to GitHub Pages
runs-on: ubuntu-20.04
container:
image: barichello/godot-ci:3.2.3
image: barichello/godot-ci:3.3
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
Expand Down
1 change: 1 addition & 0 deletions misc/os_test/os_test.gd
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ func _ready():
][OS.screen_orientation])

add_header("Engine")
add_line("Version", Engine.get_version_info()["string"])
add_line("Command-line arguments", str(OS.get_cmdline_args()))
add_line("Is debug build", OS.is_debug_build())
add_line("Executable path", OS.get_executable_path())
Expand Down

0 comments on commit 2ce76ff

Please sign in to comment.