1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 09:09:47 +00:00

Use Godot 3.2.3 for dev-web workflow

This commit is contained in:
Manolis Papadeas 2020-09-20 17:53:27 +03:00 committed by GitHub
parent 6157fd3355
commit a38f843087
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ on:
branches: [ master ]
env:
GODOT_VERSION: 3.2.2
GODOT_VERSION: 3.2.3
EXPORT_NAME: Pixelorama
jobs:
@ -13,7 +13,7 @@ jobs:
name: Web Export 🌐
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