Use Godot 4.2.1 in CI build template (#128)

This commit is contained in:
Hugo Locurcio
2024-01-17 01:16:27 +01:00
committed by GitHub
parent c1f87c9e12
commit b65c243be9

View File

@@ -2,7 +2,7 @@ name: "godot-ci export"
on: push on: push
env: env:
GODOT_VERSION: 3.3.4 GODOT_VERSION: 4.2.1
EXPORT_NAME: test-project EXPORT_NAME: test-project
PROJECT_PATH: test-project PROJECT_PATH: test-project
@@ -11,7 +11,7 @@ jobs:
name: Windows Export name: Windows Export
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
container: container:
image: barichello/godot-ci:3.3.4 image: barichello/godot-ci:4.2.1
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
@@ -36,7 +36,7 @@ jobs:
name: Linux Export name: Linux Export
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
container: container:
image: barichello/godot-ci:3.3.4 image: barichello/godot-ci:4.2.1
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
@@ -61,7 +61,7 @@ jobs:
name: Web Export name: Web Export
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
container: container:
image: barichello/godot-ci:3.3.4 image: barichello/godot-ci:4.2.1
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
@@ -94,7 +94,7 @@ jobs:
name: Mac Export name: Mac Export
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
container: container:
image: barichello/godot-ci:3.3.4 image: barichello/godot-ci:4.2.1
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2