Skip to content

Commit 11a7241

Browse files
authored
Merge pull request #644 from Calinou/ci-update-to-godot-3.3.3
GitHub Actions: Update to Godot 3.3.3 for HTML5 deployment
2 parents d791cd9 + 5057fcf commit 11a7241

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)