Skip to content

Commit

Permalink
Fix Godot executable path
Browse files Browse the repository at this point in the history
  • Loading branch information
ephread committed Jan 26, 2024
1 parent b79ac28 commit ffaee6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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_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
chmod +x godot_mono/godot_mono
- name: "(Mono) Install Ink Runtime"
Expand Down

0 comments on commit ffaee6a

Please sign in to comment.