Update version used in templates
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
|
on: push
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GODOT_VERSION: 3.2.3
|
GODOT_VERSION: 3.3.4
|
||||||
EXPORT_NAME: test-project
|
EXPORT_NAME: test-project
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -10,7 +10,7 @@ jobs:
|
|||||||
name: Windows Export
|
name: Windows Export
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: barichello/godot-ci:3.2.3
|
image: barichello/godot-ci:3.3.4
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
@@ -35,7 +35,7 @@ jobs:
|
|||||||
name: Linux Export
|
name: Linux Export
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: barichello/godot-ci:3.2.3
|
image: barichello/godot-ci:3.3.4
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
@@ -60,7 +60,7 @@ jobs:
|
|||||||
name: Web Export
|
name: Web Export
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: barichello/godot-ci:3.2.3
|
image: barichello/godot-ci:3.3.4
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
@@ -95,7 +95,7 @@ jobs:
|
|||||||
name: Mac Export
|
name: Mac Export
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: barichello/godot-ci:3.2.3
|
image: barichello/godot-ci:3.3.4
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
image: barichello/godot-ci:3.2.3
|
image: barichello/godot-ci:3.3.4
|
||||||
|
|
||||||
# NOTE: the `cd` command in each build stage is not necessary if your
|
# NOTE: the `cd` command in each build stage is not necessary if your
|
||||||
# project.godot is at the repo root
|
# project.godot is at the repo root
|
||||||
|
|||||||
Reference in New Issue
Block a user