Skip to content

v2.1.7- for Godot 4.2 stable. Get rid of maintaining version in readm… #65

v2.1.7- for Godot 4.2 stable. Get rid of maintaining version in readm…

v2.1.7- for Godot 4.2 stable. Get rid of maintaining version in readm… #65

Workflow file for this run

name: 🔗 Builds
on: [push, pull_request]
# concurrency:
# group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}
# cancel-in-progress: true
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
android-build:
name: 🤖 Android
uses: ./.github/workflows/android_builds.yml
ios-build:
name: 🍏 iOS
uses: ./.github/workflows/ios_builds.yml
linux-build:
name: 🐧 Linux
uses: ./.github/workflows/linux_builds.yml
macos-build:
name: 🍎 macOS
uses: ./.github/workflows/macos_builds.yml
secrets: inherit
windows-build:
name: 🏁 Windows
uses: ./.github/workflows/windows_builds.yml
#web-build:
# name: 🌐 Web Builds
# uses: ./.github/workflows/web_builds.yml