From 6f7ef7ca546bd26732a6c34c647dae0c46865305 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Thu, 9 May 2024 21:57:36 +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 e013ed4..3fcb283 100644 --- a/images/actions/godot/Dockerfile +++ b/images/actions/godot/Dockerfile @@ -2,7 +2,7 @@ FROM git.euph.dev/actions/runner-csharp:latest ARG PACKAGE_VERSION -RUN if [[ "$PACKAGE_VERSION" == "latest" ]] ; then \ +RUN if [[ "$PACKAGE_VERSION" != "latest" ]] ; then \ wget $( \ curl -s https://api.github.com/repos/godotengine/godot/releases/tags/$PACKAGE_VERSION-stable \ | grep "browser_download_url.*Godot_v.*-stable_mono_linux_x86_64.zip" \