Skip to content

Commit ffaee6a

Browse files
committed
Fix Godot executable path
1 parent b79ac28 commit ffaee6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
wget -q https://downloads.tuxfamily.org/godotengine/${VERSION}/mono/Godot_v${VERSION}-stable_mono_linux_x86_64.zip
6868
unzip Godot_v${VERSION}-stable_mono_linux_x86_64.zip
6969
mv Godot_v${VERSION}-stable_mono_linux_x86_64 godot_mono
70-
mv Godot_v${VERSION}-stable_mono_linux_x86_64 godot_mono/godot_mono
70+
mv godot_mono/Godot_v${VERSION}-stable_mono_linux.x86_64 godot_mono/godot_mono
7171
chmod +x godot_mono/godot_mono
7272
7373
- name: "(Mono) Install Ink Runtime"

0 commit comments

Comments
 (0)