mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 00:59:47 +00:00
Update to Godot 4.2.1
This commit is contained in:
parent
be2245ca76
commit
92f128af1e
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
|
||||
|
||||
env:
|
||||
GODOT_VERSION: 4.2
|
||||
GODOT_VERSION: 4.2.1
|
||||
EXPORT_NAME: Pixelorama
|
||||
|
||||
jobs:
|
||||
|
@ -23,7 +23,7 @@ jobs:
|
|||
name: Windows Export 🗔
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: docker://barichello/godot-ci:4.2
|
||||
image: docker://barichello/godot-ci:4.2.1
|
||||
steps:
|
||||
- name: Setup WINE and rcedit 🍷
|
||||
run: |
|
||||
|
@ -60,7 +60,7 @@ jobs:
|
|||
name: Linux Export 🐧
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: docker://barichello/godot-ci:4.2
|
||||
image: docker://barichello/godot-ci:4.2.1
|
||||
steps:
|
||||
- name: Checkout 🛎️
|
||||
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
|
||||
|
||||
env:
|
||||
GODOT_VERSION: 4.2
|
||||
GODOT_VERSION: 4.2.1
|
||||
EXPORT_NAME: Pixelorama
|
||||
|
||||
jobs:
|
||||
|
@ -17,7 +17,7 @@ jobs:
|
|||
name: Web Export 🌐
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: docker://barichello/godot-ci:4.2
|
||||
image: docker://barichello/godot-ci:4.2.1
|
||||
steps:
|
||||
- name: Checkout 🛎️
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in a new issue