mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 09:09:47 +00:00
Update workflow to Godot 3.2.2
This commit is contained in:
parent
e080e99caa
commit
3b4cb058de
10
.github/workflows/godot-ci-test.yml
vendored
10
.github/workflows/godot-ci-test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue