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-desktop-builds workflow, except Mac
This commit is contained in:
parent
a38f843087
commit
82977f8619
19
.github/workflows/dev-desktop-builds.yml
vendored
19
.github/workflows/dev-desktop-builds.yml
vendored
|
@ -11,7 +11,8 @@ on:
|
||||||
- "installer/po/*"
|
- "installer/po/*"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GODOT_VERSION: 3.2.2
|
GODOT_VERSION: 3.2.3
|
||||||
|
GODOT_VERSION_MAC: 3.2.2
|
||||||
EXPORT_NAME: Pixelorama
|
EXPORT_NAME: Pixelorama
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -19,7 +20,7 @@ jobs:
|
||||||
name: Windows Export 🗔
|
name: Windows 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: Setup WINE and rcedit 🍷
|
- name: Setup WINE and rcedit 🍷
|
||||||
run: |
|
run: |
|
||||||
|
@ -55,7 +56,7 @@ jobs:
|
||||||
name: Linux Export 🐧
|
name: Linux 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
|
||||||
|
@ -98,14 +99,14 @@ jobs:
|
||||||
export EXPORT_NAME=Pixelorama
|
export EXPORT_NAME=Pixelorama
|
||||||
- name: Download and extract export templates 💾
|
- name: Download and extract export templates 💾
|
||||||
run: |
|
run: |
|
||||||
mkdir -v -p ~/.local/share/godot/templates/${GODOT_VERSION}.stable
|
mkdir -v -p ~/.local/share/godot/templates/${GODOT_VERSION_MAC}.stable
|
||||||
curl -O https://downloads.tuxfamily.org/godotengine/${GODOT_VERSION}/Godot_v${GODOT_VERSION}-stable_export_templates.tpz
|
curl -O https://downloads.tuxfamily.org/godotengine/${GODOT_VERSION_MAC}/Godot_v${GODOT_VERSION_MAC}-stable_export_templates.tpz
|
||||||
unzip -a Godot_v${GODOT_VERSION}-stable_export_templates.tpz
|
unzip -a Godot_v${GODOT_VERSION_MAC}-stable_export_templates.tpz
|
||||||
mv ./templates/* ~/.local/share/godot/templates/${GODOT_VERSION}.stable
|
mv ./templates/* ~/.local/share/godot/templates/${GODOT_VERSION_MAC}.stable
|
||||||
- name: Download Godot headless binary 🤖
|
- name: Download Godot headless binary 🤖
|
||||||
run: |
|
run: |
|
||||||
curl -O https://huskee.cf/files/Godot_v${GODOT_VERSION}-stable_mac_headless.64.zip
|
curl -O https://huskee.cf/files/Godot_v${GODOT_VERSION_MAC}-stable_mac_headless.64.zip
|
||||||
unzip -a Godot_v${GODOT_VERSION}-stable_mac_headless.64.zip
|
unzip -a Godot_v${GODOT_VERSION_MAC}-stable_mac_headless.64.zip
|
||||||
- name: Setup 💻
|
- name: Setup 💻
|
||||||
run: mkdir -v -p ./build/mac
|
run: mkdir -v -p ./build/mac
|
||||||
- name: Mac Build 🔧
|
- name: Mac Build 🔧
|
||||||
|
|
Loading…
Reference in a new issue