From dc844a6bc96eead4cd923c3cf1df1825083d4f95 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Sat, 11 May 2024 12:15:26 +0000 Subject: [PATCH] images/actions/godot/Dockerfile aktualisiert --- images/actions/godot/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/actions/godot/Dockerfile b/images/actions/godot/Dockerfile index 3c5f922..c8cee2d 100644 --- a/images/actions/godot/Dockerfile +++ b/images/actions/godot/Dockerfile @@ -2,7 +2,7 @@ FROM git.euph.dev/actions/runner-csharp-7:latest ARG PACKAGE_VERSION -RUN wget https://downloads.tuxfamily.org/godotengine/$PACKAGE_VERSION/mono/Godot_v$PACKAGE_VERSION-stable_mono_linux.x86_64.zip -O Godot.zip \ +RUN wget https://downloads.tuxfamily.org/godotengine/$PACKAGE_VERSION/mono/Godot_v$PACKAGE_VERSION-stable_mono_linux_x86_64.zip -O Godot.zip \ && 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 \