From 5c65e439fd6c4aa8ef69b252d42bc7725a44f88d Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Thu, 9 May 2024 23:47:30 +0000 Subject: [PATCH] images/actions/godot/Dockerfile aktualisiert --- images/actions/godot/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/images/actions/godot/Dockerfile b/images/actions/godot/Dockerfile index b848dcf..5c6f2f2 100644 --- a/images/actions/godot/Dockerfile +++ b/images/actions/godot/Dockerfile @@ -19,4 +19,5 @@ RUN if [[ "$PACKAGE_VERSION" != "latest" ]] ; then \ && sudo unzip Godot.zip \ && sudo mv ./Godot_v*-stable_mono_linux_x86_64/Godot_v*-stable_mono_linux.x86_64 /usr/local/bin/godot \ && sudo mv ./Godot_v*-stable_mono_linux_x86_64/GodotSharp /usr/local/bin/GodotSharp \ - && rm Godot.zip \ No newline at end of file + && rm Godot.zip + \ No newline at end of file