From 6b851d3e0843c81f6ef965a26df464de9b3183bd Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Sat, 1 Feb 2025 10:36:05 +0100 Subject: [PATCH] Redot Image - Correct Path --- images/actions/redot/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/actions/redot/Dockerfile b/images/actions/redot/Dockerfile index e9a4ddc..35c1035 100644 --- a/images/actions/redot/Dockerfile +++ b/images/actions/redot/Dockerfile @@ -39,7 +39,7 @@ RUN sudo apk add --no-cache \ RUN pipx install "gdtoolkit==$PACKAGE_VERSION.*" -ENV PATH="$HOME/.local/bin:$PATH" +ENV PATH="$PATH:/home/runner/.local/bin" RUN wget $( \ curl -s https://api.github.com/repos/Redot-Engine/redot-engine/releases/tags/redot-$PACKAGE_VERSION-stable \