GitHub Actions: Update to Godot 3.3.3 for HTML5 deployment

This commit is contained in:
Hugo Locurcio
2021-08-22 11:56:01 +02:00
parent d791cd9bda
commit 5057fcff50

View File

@@ -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