Update to 3.2.3
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.1
|
GODOT_VERSION: 3.2.3
|
||||||
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.1
|
image: barichello/godot-ci:3.2.3
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
@@ -33,7 +33,7 @@ jobs:
|
|||||||
name: Linux Export
|
name: Linux Export
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: barichello/godot-ci:3.2.1
|
image: barichello/godot-ci:3.2.3
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
@@ -56,7 +56,7 @@ jobs:
|
|||||||
name: Web Export
|
name: Web Export
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: barichello/godot-ci:3.2.1
|
image: barichello/godot-ci:3.2.3
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
@@ -89,7 +89,7 @@ jobs:
|
|||||||
name: Mac Export
|
name: Mac Export
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: barichello/godot-ci:3.2.1
|
image: barichello/godot-ci:3.2.3
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
image: barichello/godot-ci:3.2.1
|
image: barichello/godot-ci:3.2.3
|
||||||
|
|
||||||
# Cache imported assets between runs
|
# Cache imported assets between runs
|
||||||
cache:
|
cache:
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
zip \
|
zip \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV GODOT_VERSION "3.2.2"
|
ENV GODOT_VERSION "3.2.3"
|
||||||
|
|
||||||
RUN wget https://downloads.tuxfamily.org/godotengine/${GODOT_VERSION}/Godot_v${GODOT_VERSION}-stable_linux_headless.64.zip \
|
RUN wget https://downloads.tuxfamily.org/godotengine/${GODOT_VERSION}/Godot_v${GODOT_VERSION}-stable_linux_headless.64.zip \
|
||||||
&& wget https://downloads.tuxfamily.org/godotengine/${GODOT_VERSION}/Godot_v${GODOT_VERSION}-stable_export_templates.tpz \
|
&& wget https://downloads.tuxfamily.org/godotengine/${GODOT_VERSION}/Godot_v${GODOT_VERSION}-stable_export_templates.tpz \
|
||||||
|
|||||||
Reference in New Issue
Block a user