mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-06 14:10:55 +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
|
- master
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GODOT_VERSION: 3.3
|
GODOT_VERSION: 3.3.3
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
export-html5:
|
export-html5:
|
||||||
name: Export projects to HTML5 and deploy to GitHub Pages
|
name: Export projects to HTML5 and deploy to GitHub Pages
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
container:
|
container:
|
||||||
image: barichello/godot-ci:3.3
|
image: barichello/godot-ci:3.3.3
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2.3.4
|
uses: actions/checkout@v2.3.4
|
||||||
|
|||||||
Reference in New Issue
Block a user