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
|
||||
|
||||
env:
|
||||
GODOT_VERSION: 3.2.3
|
||||
GODOT_VERSION: 3.3.4
|
||||
EXPORT_NAME: test-project
|
||||
|
||||
jobs:
|
||||
@@ -10,7 +10,7 @@ jobs:
|
||||
name: Windows Export
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: barichello/godot-ci:3.2.3
|
||||
image: barichello/godot-ci:3.3.4
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
@@ -35,7 +35,7 @@ jobs:
|
||||
name: Linux Export
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: barichello/godot-ci:3.2.3
|
||||
image: barichello/godot-ci:3.3.4
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
@@ -60,7 +60,7 @@ jobs:
|
||||
name: Web Export
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: barichello/godot-ci:3.2.3
|
||||
image: barichello/godot-ci:3.3.4
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
@@ -95,7 +95,7 @@ jobs:
|
||||
name: Mac Export
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: barichello/godot-ci:3.2.3
|
||||
image: barichello/godot-ci:3.3.4
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user