From 5057fcff504d7f78a71ea3cd2b8ef38e0694c18a Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sun, 22 Aug 2021 11:56:01 +0200 Subject: [PATCH] GitHub Actions: Update to Godot 3.3.3 for HTML5 deployment --- .github/workflows/export_html5.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/export_html5.yml b/.github/workflows/export_html5.yml index 7489305d..48195e88 100644 --- a/.github/workflows/export_html5.yml +++ b/.github/workflows/export_html5.yml @@ -5,14 +5,14 @@ on: - master env: - GODOT_VERSION: 3.3 + GODOT_VERSION: 3.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.3 + image: barichello/godot-ci:3.3.3 steps: - name: Checkout uses: actions/checkout@v2.3.4