From e31f5cfb0e516603663048cbe7885d59da3d852f Mon Sep 17 00:00:00 2001 From: Davide Cristini Date: Sun, 21 Jan 2024 10:33:35 +0100 Subject: [PATCH] update CI to Godot 4.2.1 Fixes #91 --- .github/workflows/dispatch-export.yml | 10 +++++----- .github/workflows/push-export.yml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/dispatch-export.yml b/.github/workflows/dispatch-export.yml index 2494a3c..3e2b09d 100644 --- a/.github/workflows/dispatch-export.yml +++ b/.github/workflows/dispatch-export.yml @@ -5,7 +5,7 @@ on: godot_version: description: "Godot Version" required: true - default: "4.1.1" + default: "4.2.1" export_platform: description: "Export Platform - all|windows|linux|web|macos" required: true @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-20.04 if: ${{ github.event.inputs.export_platform == 'windows' || github.event.inputs.export_platform == 'all' }} container: - image: barichello/godot-ci:4.1.1 + image: barichello/godot-ci:4.2.1 steps: - name: Checkout uses: actions/checkout@v1 @@ -71,7 +71,7 @@ jobs: runs-on: ubuntu-20.04 if: ${{ github.event.inputs.export_platform == 'linux' || github.event.inputs.export_platform == 'all' }} container: - image: barichello/godot-ci:4.1.1 + image: barichello/godot-ci:4.2.1 steps: - name: Checkout uses: actions/checkout@v1 @@ -106,7 +106,7 @@ jobs: runs-on: ubuntu-20.04 if: ${{ github.event.inputs.export_platform == 'web' || github.event.inputs.export_platform == 'all' }} container: - image: barichello/godot-ci:4.1.1 + image: barichello/godot-ci:4.2.1 steps: - name: Checkout uses: actions/checkout@v1 @@ -150,7 +150,7 @@ jobs: runs-on: ubuntu-20.04 if: ${{ github.event.inputs.export_platform == 'macos' || github.event.inputs.export_platform == 'all' }} container: - image: barichello/godot-ci:4.1.1 + image: barichello/godot-ci:4.2.1 steps: - name: Checkout uses: actions/checkout@v1 diff --git a/.github/workflows/push-export.yml b/.github/workflows/push-export.yml index c598a38..4c13d75 100644 --- a/.github/workflows/push-export.yml +++ b/.github/workflows/push-export.yml @@ -5,7 +5,7 @@ on: - main # - "feature/**" env: - GODOT_VERSION: 4.1.1 + GODOT_VERSION: 4.2.1 EXPORT_NAME: godot-game-template ITCH_IO: false #set to true if you want to enable automatic itch.io deploy @@ -15,7 +15,7 @@ jobs: name: Windows Export runs-on: ubuntu-20.04 container: - image: barichello/godot-ci:4.1.1 + image: barichello/godot-ci:4.2.1 steps: - name: Checkout uses: actions/checkout@v1 @@ -50,7 +50,7 @@ jobs: name: Linux Export runs-on: ubuntu-20.04 container: - image: barichello/godot-ci:4.1.1 + image: barichello/godot-ci:4.2.1 steps: - name: Checkout uses: actions/checkout@v1 @@ -85,7 +85,7 @@ jobs: name: Web Export runs-on: ubuntu-20.04 container: - image: barichello/godot-ci:4.1.1 + image: barichello/godot-ci:4.2.1 steps: - name: Checkout uses: actions/checkout@v1 @@ -132,7 +132,7 @@ jobs: name: Mac Export runs-on: ubuntu-20.04 container: - image: barichello/godot-ci:4.1.1 + image: barichello/godot-ci:4.2.1 steps: - name: Checkout uses: actions/checkout@v1