File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44# NOTE: If your `project.godot` is at the repository root, set `PROJECT_PATH` below to ".".
55
66env :
7- GODOT_VERSION : 4.6
7+ GODOT_VERSION : 4.7
88 EXPORT_NAME : SplatClean
99 PROJECT_PATH : .
1010
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.
You can’t perform that action at this time.
0 commit comments