mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2025-12-31 09:49:06 +03:00
Update web exports to Godot 4.5.1 (#1290)
This commit is contained in:
4
.github/workflows/export_web.yml
vendored
4
.github/workflows/export_web.yml
vendored
@@ -5,7 +5,7 @@ on:
|
|||||||
- master
|
- master
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GODOT_VERSION: 4.3
|
GODOT_VERSION: 4.5.1
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
export-html5:
|
export-html5:
|
||||||
@@ -13,7 +13,7 @@ jobs:
|
|||||||
name: Export projects to Web and deploy to GitHub Pages
|
name: Export projects to Web and deploy to GitHub Pages
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
container:
|
container:
|
||||||
image: barichello/godot-ci:4.3
|
image: barichello/godot-ci:4.5.1
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|||||||
Reference in New Issue
Block a user