We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b79ac28 commit ffaee6aCopy full SHA for ffaee6a
.github/workflows/continuous-integration.yml
@@ -67,7 +67,7 @@ jobs:
67
wget -q https://downloads.tuxfamily.org/godotengine/${VERSION}/mono/Godot_v${VERSION}-stable_mono_linux_x86_64.zip
68
unzip Godot_v${VERSION}-stable_mono_linux_x86_64.zip
69
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
+ mv godot_mono/Godot_v${VERSION}-stable_mono_linux.x86_64 godot_mono/godot_mono
71
chmod +x godot_mono/godot_mono
72
73
- name: "(Mono) Install Ink Runtime"
0 commit comments