diff --git a/images/actions/redot/Dockerfile b/images/actions/redot/Dockerfile index 682fd8c..5ed027e 100644 --- a/images/actions/redot/Dockerfile +++ b/images/actions/redot/Dockerfile @@ -4,7 +4,7 @@ ARG PACKAGE_VERSION RUN wget $( \ curl -s https://api.github.com/repos/Redot-Engine/redot-engine/releases/tags/redot-$PACKAGE_VERSION-stable \ - | grep "browser_download_url.*Redot_v.*-stable_linux_x86_64.zip" \ + | grep "browser_download_url.*Redot_v.*-stable_linux.x86_64.zip" \ | cut -d '"' -f 4 - \ | head -n 1 \ ) -O Redot.zip \