Skip to content

Commit 5057fcf

Browse files
committed
GitHub Actions: Update to Godot 3.3.3 for HTML5 deployment
1 parent d791cd9 commit 5057fcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/export_html5.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ on:
55
- master
66

77
env:
8-
GODOT_VERSION: 3.3
8+
GODOT_VERSION: 3.3.3
99

1010
jobs:
1111
export-html5:
1212
name: Export projects to HTML5 and deploy to GitHub Pages
1313
runs-on: ubuntu-20.04
1414
container:
15-
image: barichello/godot-ci:3.3
15+
image: barichello/godot-ci:3.3.3
1616
steps:
1717
- name: Checkout
1818
uses: actions/[email protected]

0 commit comments

Comments
 (0)