mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Fix macOS builds by downloading the export templates from GitHub
This commit is contained in:
parent
edf7b1f5e5
commit
a626772357
2
.github/workflows/dev-desktop-builds.yml
vendored
2
.github/workflows/dev-desktop-builds.yml
vendored
|
@ -106,7 +106,7 @@ jobs:
|
||||||
- name: Download and extract export templates 💾
|
- name: Download and extract export templates 💾
|
||||||
run: |
|
run: |
|
||||||
mkdir -v -p "/Users/runner/Library/Application Support/Godot/export_templates/${GODOT_VERSION}.stable"
|
mkdir -v -p "/Users/runner/Library/Application Support/Godot/export_templates/${GODOT_VERSION}.stable"
|
||||||
curl -O https://downloads.tuxfamily.org/godotengine/${GODOT_VERSION}/Godot_v${GODOT_VERSION}-stable_export_templates.tpz
|
wget https://github.com/godotengine/godot-builds/releases/download/${GODOT_VERSION}-stable/Godot_v${GODOT_VERSION}-stable_export_templates.tpz
|
||||||
unzip -a Godot_v${GODOT_VERSION}-stable_export_templates.tpz
|
unzip -a Godot_v${GODOT_VERSION}-stable_export_templates.tpz
|
||||||
mv ./templates/* "/Users/runner/Library/Application Support/Godot/export_templates/${GODOT_VERSION}.stable"
|
mv ./templates/* "/Users/runner/Library/Application Support/Godot/export_templates/${GODOT_VERSION}.stable"
|
||||||
- name: Download Godot headless binary 🤖
|
- name: Download Godot headless binary 🤖
|
||||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -130,7 +130,7 @@ jobs:
|
||||||
- name: Download and extract export templates 💾
|
- name: Download and extract export templates 💾
|
||||||
run: |
|
run: |
|
||||||
mkdir -v -p "/Users/runner/Library/Application Support/Godot/export_templates/${GODOT_VERSION}.stable"
|
mkdir -v -p "/Users/runner/Library/Application Support/Godot/export_templates/${GODOT_VERSION}.stable"
|
||||||
curl -O https://downloads.tuxfamily.org/godotengine/${GODOT_VERSION}/Godot_v${GODOT_VERSION}-stable_export_templates.tpz
|
wget https://github.com/godotengine/godot-builds/releases/download/${GODOT_VERSION}-stable/Godot_v${GODOT_VERSION}-stable_export_templates.tpz
|
||||||
unzip -a Godot_v${GODOT_VERSION}-stable_export_templates.tpz
|
unzip -a Godot_v${GODOT_VERSION}-stable_export_templates.tpz
|
||||||
mv ./templates/* "/Users/runner/Library/Application Support/Godot/export_templates/${GODOT_VERSION}.stable"
|
mv ./templates/* "/Users/runner/Library/Application Support/Godot/export_templates/${GODOT_VERSION}.stable"
|
||||||
- name: Download Godot headless binary 🤖
|
- name: Download Godot headless binary 🤖
|
||||||
|
|
Loading…
Reference in a new issue