diff --git a/.github/workflows/build_editor_linux.yml b/.github/workflows/build_editor_linux.yml index 8457180..27502ab 100644 --- a/.github/workflows/build_editor_linux.yml +++ b/.github/workflows/build_editor_linux.yml @@ -48,7 +48,7 @@ jobs: - name: Build Deps run: | - curl https://github.com/ialex32x/GodotJS-Dependencies/releases/download/${{ github.event.inputs.deps_package_tag }}/${{ github.event.inputs.deps_package_tag }}.zip --output v8.zip + curl -L https://github.com/ialex32x/GodotJS-Dependencies/releases/download/${{ github.event.inputs.deps_package_tag }}/${{ github.event.inputs.deps_package_tag }}.zip --output v8.zip 7z x -ogodot/modules/GodotJS v8.zip # Runs a set of commands using the runners shell diff --git a/.github/workflows/build_editor_macos.yml b/.github/workflows/build_editor_macos.yml index 637af94..d25f5ad 100644 --- a/.github/workflows/build_editor_macos.yml +++ b/.github/workflows/build_editor_macos.yml @@ -45,7 +45,7 @@ jobs: - name: Build Deps run: | - curl https://github.com/ialex32x/GodotJS-Dependencies/releases/download/${{ github.event.inputs.deps_package_tag }}/${{ github.event.inputs.deps_package_tag }}.zip --output v8.zip + curl -L https://github.com/ialex32x/GodotJS-Dependencies/releases/download/${{ github.event.inputs.deps_package_tag }}/${{ github.event.inputs.deps_package_tag }}.zip --output v8.zip 7z x -ogodot/modules/GodotJS v8.zip sh godot/misc/scripts/install_vulkan_sdk_macos.sh