Updated auto dev build to Godot 3.2.3

This commit is contained in:
RodZill4 2020-09-19 10:16:11 +02:00
parent 179f92254a
commit 4e59b60f16
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ on:
branches: [ master ]
env:
GODOT_VERSION: 3.2.2
GODOT_VERSION: 3.2.3
EXPORT_NAME: material_maker
MM_RELEASE: 0_93
@ -16,7 +16,7 @@ jobs:
name: Generate releases 🗔
runs-on: ubuntu-latest
container:
image: docker://barichello/godot-ci:3.2.2
image: docker://barichello/godot-ci:3.2.3
steps:
- name: Checkout 🛎️
uses: actions/checkout@v1