From b79ac289919375202bbae051641ee4656f7d37f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Maquin?= Date: Thu, 25 Jan 2024 20:11:16 -0500 Subject: [PATCH] Fix Godot executable path --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 2811688..aa929fd 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -67,7 +67,7 @@ jobs: wget -q https://downloads.tuxfamily.org/godotengine/${VERSION}/mono/Godot_v${VERSION}-stable_mono_linux_x86_64.zip unzip Godot_v${VERSION}-stable_mono_linux_x86_64.zip mv Godot_v${VERSION}-stable_mono_linux_x86_64 godot_mono - mv godot_mono/Godot_v${VERSION}-stable_mono_linux_x86_64 godot_mono/godot_mono + mv Godot_v${VERSION}-stable_mono_linux_x86_64 godot_mono/godot_mono chmod +x godot_mono/godot_mono - name: "(Mono) Install Ink Runtime"