1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 17:19:50 +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 ] branches: [ master ]
env: env:
GODOT_VERSION: 3.2.2 GODOT_VERSION: 3.2.3
EXPORT_NAME: Pixelorama EXPORT_NAME: Pixelorama
jobs: jobs:
@ -13,7 +13,7 @@ jobs:
name: Web Export 🌐 name: Web Export 🌐
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: docker://barichello/godot-ci:3.2.2 image: docker://barichello/godot-ci:3.2.3
steps: steps:
- name: Checkout 🛎️ - name: Checkout 🛎️
uses: actions/checkout@v1 uses: actions/checkout@v1