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

Update workflow to Godot 3.2.2

This commit is contained in:
Manolis Papadeas 2020-06-26 16:37:14 +03:00 committed by GitHub
parent e080e99caa
commit 3b4cb058de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ on:
branches: [ master ]
env:
GODOT_VERSION: 3.2.1
GODOT_VERSION: 3.2.2
EXPORT_NAME: Pixelorama
jobs:
@ -15,7 +15,7 @@ jobs:
name: Windows Export 🗔
runs-on: ubuntu-latest
container:
image: docker://barichello/godot-ci:3.2.1
image: docker://barichello/godot-ci:3.2.2
steps:
- name: Checkout 🛎️
uses: actions/checkout@v1
@ -41,7 +41,7 @@ jobs:
name: Linux Export 🐧
runs-on: ubuntu-latest
container:
image: docker://barichello/godot-ci:3.2.1
image: docker://barichello/godot-ci:3.2.2
steps:
- name: Checkout 🛎️
uses: actions/checkout@v1
@ -67,7 +67,7 @@ jobs:
name: Mac Export 🍎
runs-on: ubuntu-latest
container:
image: docker://barichello/godot-ci:3.2.1
image: docker://barichello/godot-ci:3.2.2
steps:
- name: Checkout 🛎️
uses: actions/checkout@v1
@ -89,7 +89,7 @@ jobs:
name: Web Export 🌐
runs-on: ubuntu-latest
container:
image: docker://barichello/godot-ci:3.2.1
image: docker://barichello/godot-ci:3.2.2
steps:
- name: Checkout 🛎️
uses: actions/checkout@v1