Merge pull request #644 from Calinou/ci-update-to-godot-3.3.3

GitHub Actions: Update to Godot 3.3.3 for HTML5 deployment
This commit is contained in:
Aaron Franke
2021-08-22 14:55:44 -05:00
committed by GitHub

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