Update web exports to Godot 4.5.1 (#1290)

This commit is contained in:
Hugo Locurcio
2025-12-31 04:53:58 +01:00
committed by GitHub
parent db745e5e59
commit b509950099

View File

@@ -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