mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 09:09:47 +00:00
Update to Godot 4.1.2
This commit is contained in:
parent
078c212bd6
commit
787ebbda8a
6
.github/workflows/dev-desktop-builds.yml
vendored
6
.github/workflows/dev-desktop-builds.yml
vendored
|
@ -15,7 +15,7 @@ concurrency:
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GODOT_VERSION: 4.1.1
|
GODOT_VERSION: 4.1.2
|
||||||
EXPORT_NAME: Pixelorama
|
EXPORT_NAME: Pixelorama
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -23,7 +23,7 @@ jobs:
|
||||||
name: Windows Export 🗔
|
name: Windows Export 🗔
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: docker://barichello/godot-ci:4.1.1
|
image: docker://barichello/godot-ci:4.1.2
|
||||||
steps:
|
steps:
|
||||||
- name: Setup WINE and rcedit 🍷
|
- name: Setup WINE and rcedit 🍷
|
||||||
run: |
|
run: |
|
||||||
|
@ -60,7 +60,7 @@ jobs:
|
||||||
name: Linux Export 🐧
|
name: Linux Export 🐧
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: docker://barichello/godot-ci:4.1.1
|
image: docker://barichello/godot-ci:4.1.2
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout 🛎️
|
- name: Checkout 🛎️
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
4
.github/workflows/dev-web.yml
vendored
4
.github/workflows/dev-web.yml
vendored
|
@ -9,7 +9,7 @@ concurrency:
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GODOT_VERSION: 4.1.1
|
GODOT_VERSION: 4.1.2
|
||||||
EXPORT_NAME: Pixelorama
|
EXPORT_NAME: Pixelorama
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -17,7 +17,7 @@ jobs:
|
||||||
name: Web Export 🌐
|
name: Web Export 🌐
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: docker://barichello/godot-ci:4.1.1
|
image: docker://barichello/godot-ci:4.1.2
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout 🛎️
|
- name: Checkout 🛎️
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
2
.github/workflows/static-checks.yml
vendored
2
.github/workflows/static-checks.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
||||||
- name: Linting checks
|
- name: Linting checks
|
||||||
run: gdlint .
|
run: gdlint .
|
||||||
- name: Spell checks via codespell
|
- name: Spell checks via codespell
|
||||||
uses: codespell-project/actions-codespell@v1
|
uses: codespell-project/actions-codespell@v2
|
||||||
with:
|
with:
|
||||||
skip: ./addons,*.po
|
skip: ./addons,*.po
|
||||||
ignore_words_list: chello,doubleclick,Manuel
|
ignore_words_list: chello,doubleclick,Manuel
|
||||||
|
|
Loading…
Reference in a new issue