godot #1

Merged
Snoweuph merged 5 commits from godot into master 2024-05-09 21:59:55 +00:00
Showing only changes of commit b072fa88b9 - Show all commits

View file

@ -2,7 +2,7 @@ FROM git.euph.dev/actions/runner-csharp:latest
ARG PACKAGE_VERSION
RUN if [[ "$PACKAGE_VERSION" == "latest" ]] ; then \
RUN if [[ "$PACKAGE_VERSION" != "latest" ]] ; then \
wget $( \
curl -s https://api.github.com/repos/godotengine/godot/releases/tags/$PACKAGE_VERSION-stable \
| grep "browser_download_url.*Godot_v.*-stable_mono_linux_x86_64.zip" \