Fix mirrors for godot executables

This commit is contained in:
Ultra-bob 2025-01-25 15:45:32 -05:00 committed by GitHub
parent 72b73fe4db
commit 05984848b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,9 +32,8 @@ jobs:
# Use latest version (see releases for all versions)
uses: firebelley/godot-export@v6.0.0
with:
# Defining all the required inputs
godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/4.2.2/Godot_v4.2.2-stable_linux.x86_64.zip
godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.2.2/Godot_v4.2.2-stable_export_templates.tpz
godot_executable_download_url: https://github.com/godotengine/godot/releases/download/${{ env.GODOT_VERSION }}-${{ env.GODOT_BUILD }}/Godot_v${{ env.GODOT_VERSION }}-${{ env.GODOT_BUILD }}_linux.x86_64.zip
godot_export_templates_download_url: https://github.com/godotengine/godot/releases/download/${{ env.GODOT_VERSION }}-${{ env.GODOT_BUILD }}/Godot_v${{ env.GODOT_VERSION }}-${{ env.GODOT_BUILD }}_export_templates.tpz
relative_project_path: ./
- name: Move vercel.json