mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2025-12-31 09:49:06 +03:00
GitHub Actions: Update to Godot 3.3.3 for HTML5 deployment
This commit is contained in:
4
.github/workflows/export_html5.yml
vendored
4
.github/workflows/export_html5.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user