Skip to content

Commit 286c43b

Browse files
Install rsync at export-web
1 parent 351e71f commit 286c43b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/godot-ci-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ jobs:
8989
mv /root/.local/share/godot/templates/${GODOT_VERSION}.stable ~/.local/share/godot/templates/${GODOT_VERSION}.stable
9090
- name: Web Build
9191
run: godot -v --export "HTML5" ./build/web/index.html
92+
- name: Install rsync 📚
93+
run: |
94+
apt-get update && apt-get install -y rsync
9295
- name: Deploy 🚀
9396
uses: JamesIves/github-pages-deploy-action@releases/v3
9497
with:

0 commit comments

Comments
 (0)