Add a Manual Build workflow (#83)

This commit is contained in:
Adriano Orioli
2022-06-07 19:32:51 +02:00
committed by GitHub
parent 83ead0139f
commit 651e66176a
4 changed files with 93 additions and 10 deletions

View File

@@ -26,7 +26,7 @@ ARG RELEASE_NAME="stable"
# This is only needed for non-stable builds (alpha, beta, RC)
# e.g. SUBDIR "/beta3"
# Use an empty string "" when the RELEASE_NAME is "stable"
ENV SUBDIR ""
ARG SUBDIR=""
RUN wget https://downloads.tuxfamily.org/godotengine/${GODOT_VERSION}${SUBDIR}/mono/Godot_v${GODOT_VERSION}-${RELEASE_NAME}_mono_linux_headless_64.zip \
&& wget https://downloads.tuxfamily.org/godotengine/${GODOT_VERSION}${SUBDIR}/mono/Godot_v${GODOT_VERSION}-${RELEASE_NAME}_mono_export_templates.tpz