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
|
||||
|
||||
env:
|
||||
GODOT_VERSION: 4.3
|
||||
GODOT_VERSION: 4.5.1
|
||||
|
||||
jobs:
|
||||
export-html5:
|
||||
@@ -13,7 +13,7 @@ jobs:
|
||||
name: Export projects to Web and deploy to GitHub Pages
|
||||
runs-on: ubuntu-24.04
|
||||
container:
|
||||
image: barichello/godot-ci:4.3
|
||||
image: barichello/godot-ci:4.5.1
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
|
||||
Reference in New Issue
Block a user