Skip to content

Commit 5475650

Browse files
Update gd version in ci
1 parent e7da673 commit 5475650

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/godot-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: push
44
# NOTE: If your `project.godot` is at the repository root, set `PROJECT_PATH` below to ".".
55

66
env:
7-
GODOT_VERSION: 4.6
7+
GODOT_VERSION: 4.7
88
EXPORT_NAME: SplatClean
99
PROJECT_PATH: .
1010

@@ -13,7 +13,7 @@ jobs:
1313
name: Web Export
1414
runs-on: ubuntu-24.04 # Use 24.04 with godot 4
1515
container:
16-
image: barichello/godot-ci:4.6
16+
image: barichello/godot-ci:4.7
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v6
@@ -34,10 +34,10 @@ jobs:
3434
with:
3535
name: web
3636
path: build/web
37-
- name: Install rsync 📚
37+
- name: Install rsync
3838
run: |
3939
apt-get update && apt-get install -y rsync
40-
- name: Deploy to GitHub Pages 🚀
40+
- name: Deploy to GitHub Pages
4141
uses: JamesIves/github-pages-deploy-action@releases/v4
4242
with:
4343
branch: gh-pages # The branch the action should deploy to.

0 commit comments

Comments
 (0)