Skip to content

Commit

Permalink
Bump godot version to 4.1.2-stable (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trey2k authored Oct 9, 2023
1 parent 13a95dd commit f5016f7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
- "project/demo/*"

env:
GODOT_VERSION: 4.1
GODOT_VERSION: 4.1.2

jobs:
static-checks:
Expand All @@ -37,31 +37,31 @@ jobs:
uses: ./.github/workflows/linux.yml
with:
fullbuild: ${{ github.event_name == 'workflow_dispatch' }}
godot_version: 4.1
godot_version: 4.1.2

macos-build:
name: 🍎 macOS
needs: static-checks
uses: ./.github/workflows/macos-build.yml
with:
fullbuild: ${{ github.event_name == 'workflow_dispatch' }}
godot_version: 4.1
godot_version: 4.1.2

macos-package:
name: 🍎 macOS Package
needs: macos-build
uses: ./.github/workflows/macos-package.yml
with:
fullbuild: ${{ github.event_name == 'workflow_dispatch' }}
godot_version: 4.1
godot_version: 4.1.2

android-build:
name: 🤖 Android
needs: static-checks
uses: ./.github/workflows/android-build.yml
with:
fullbuild: ${{ github.event_name == 'workflow_dispatch' }}
godot_version: 4.1
godot_version: 4.1.2

android-package:
name: 🤖 Android Package
Expand All @@ -75,7 +75,7 @@ jobs:
uses: ./.github/workflows/ios-build.yml
with:
fullbuild: ${{ github.event_name == 'workflow_dispatch' }}
godot_version: 4.1
godot_version: 4.1.2

ios-package:
name: 🍎 IOS Package
Expand All @@ -89,23 +89,23 @@ jobs:
uses: ./.github/workflows/web.yml
with:
fullbuild: ${{ github.event_name == 'workflow_dispatch' }}
godot_version: 4.1
godot_version: 4.1.2

windows-build:
name: 🎨 Windows
needs: static-checks
uses: ./.github/workflows/windows.yml
with:
fullbuild: ${{ github.event_name == 'workflow_dispatch' }}
godot_version: 4.1
godot_version: 4.1.2

gdextension-build:
name: ⚙️ GDExtension
needs: static-checks
uses: ./.github/workflows/gdextension.yml
with:
fullbuild: ${{ github.event_name == 'workflow_dispatch' }}
godot_version: 4.1
godot_version: 4.1.2

module-unit-tests:
name: ⚙️ Module Unit Tests
Expand All @@ -117,7 +117,7 @@ jobs:
needs: gdextension-build
uses: ./.github/workflows/gdextension-unit-tests.yml
with:
godot_version: 4.1
godot_version: 4.1.2

template-version-file:
name: 📝 Create template version file
Expand Down

0 comments on commit f5016f7

Please sign in to comment.