Use Godot 4.2.1 in CI build template (#128)
This commit is contained in:
10
.github/workflows/godot-ci.yml
vendored
10
.github/workflows/godot-ci.yml
vendored
@@ -2,7 +2,7 @@ name: "godot-ci export"
|
||||
on: push
|
||||
|
||||
env:
|
||||
GODOT_VERSION: 3.3.4
|
||||
GODOT_VERSION: 4.2.1
|
||||
EXPORT_NAME: test-project
|
||||
PROJECT_PATH: test-project
|
||||
|
||||
@@ -11,7 +11,7 @@ jobs:
|
||||
name: Windows Export
|
||||
runs-on: ubuntu-20.04
|
||||
container:
|
||||
image: barichello/godot-ci:3.3.4
|
||||
image: barichello/godot-ci:4.2.1
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
@@ -36,7 +36,7 @@ jobs:
|
||||
name: Linux Export
|
||||
runs-on: ubuntu-20.04
|
||||
container:
|
||||
image: barichello/godot-ci:3.3.4
|
||||
image: barichello/godot-ci:4.2.1
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
@@ -61,7 +61,7 @@ jobs:
|
||||
name: Web Export
|
||||
runs-on: ubuntu-20.04
|
||||
container:
|
||||
image: barichello/godot-ci:3.3.4
|
||||
image: barichello/godot-ci:4.2.1
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
@@ -94,7 +94,7 @@ jobs:
|
||||
name: Mac Export
|
||||
runs-on: ubuntu-20.04
|
||||
container:
|
||||
image: barichello/godot-ci:3.3.4
|
||||
image: barichello/godot-ci:4.2.1
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user