Updating alpha version name to have proper folder name for templates (expecting to correct CI bug : https://git.numenaute.org/deed/client-test-CI/-/jobs/3392#L71 )

This commit is contained in:
yannk 2022-04-01 20:20:39 +02:00
parent ff32046d34
commit 049c116e11

View file

@ -42,7 +42,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
gcc-10 \
&& rm -rf /var/lib/apt/lists/*
ENV GODOT_VERSION "4.0-alfa5"
ENV GODOT_VERSION "4.0.alpha5"
RUN wget https://downloads.tuxfamily.org/godotengine/4.0/alpha5/Godot_v4.0-alpha5_linux.64.zip \
&& wget https://downloads.tuxfamily.org/godotengine/4.0/alpha5/Godot_v4.0-alpha5_export_templates.tpz \