From c8c1b70089ce48c1576ef9733d6e805eccf6be21 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Fri, 10 May 2024 00:08:32 +0000 Subject: [PATCH] images/actions/godot/Dockerfile aktualisiert --- images/actions/godot/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/images/actions/godot/Dockerfile b/images/actions/godot/Dockerfile index 5c6f2f2..b848dcf 100644 --- a/images/actions/godot/Dockerfile +++ b/images/actions/godot/Dockerfile @@ -19,5 +19,4 @@ 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