Compare commits

..

1 Commits

Author SHA1 Message Date
Hugo Locurcio
b509950099 Update web exports to Godot 4.5.1 (#1290) 2025-12-30 19:53:58 -08:00
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v6
- name: Restore lychee cache
uses: actions/cache@v5
uses: actions/cache@v4
with:
path: .lycheecache
key: cache-lychee-${{ github.sha }}

View File

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