Update version used in templates

This commit is contained in:
Barichello
2021-10-06 14:40:01 -03:00
parent d7fda1c892
commit 03bccd237b
2 changed files with 12 additions and 12 deletions

View File

@@ -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

View File

@@ -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