Add a Manual Build workflow (#83)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user