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 \