diff --git a/images/actions/redot/Dockerfile b/images/actions/redot/Dockerfile index ad077cc..976d39a 100644 --- a/images/actions/redot/Dockerfile +++ b/images/actions/redot/Dockerfile @@ -33,6 +33,7 @@ RUN wget $( \ | cut -d '"' -f 4 - \ | head -n 1 \ ) -O Redot_Export_Templates.tbz \ + && sudo tar --extract --file=Redot_Export_Templates.tbz --wildcards --no-anchored --exclude='*debug*' -C templates \ && sudo unzip Redot_Export_Templates.tbz \ && mkdir -p /home/runner/.local/share/redot/export_templates \ && sudo mv ./templates /home/runner/.local/share/redot/export_templates/$PACKAGE_VERSION.stable \