From 82977f8619258e356af5b349faac253283036f5c Mon Sep 17 00:00:00 2001 From: Manolis Papadeas <35376950+OverloadedOrama@users.noreply.github.com> Date: Sun, 20 Sep 2020 18:08:41 +0300 Subject: [PATCH] Use Godot 3.2.3 for dev-desktop-builds workflow, except Mac --- .github/workflows/dev-desktop-builds.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/dev-desktop-builds.yml b/.github/workflows/dev-desktop-builds.yml index 328ed28d5..4d80375c3 100644 --- a/.github/workflows/dev-desktop-builds.yml +++ b/.github/workflows/dev-desktop-builds.yml @@ -11,7 +11,8 @@ on: - "installer/po/*" env: - GODOT_VERSION: 3.2.2 + GODOT_VERSION: 3.2.3 + GODOT_VERSION_MAC: 3.2.2 EXPORT_NAME: Pixelorama jobs: @@ -19,7 +20,7 @@ jobs: name: Windows Export 🗔 runs-on: ubuntu-latest container: - image: docker://barichello/godot-ci:3.2.2 + image: docker://barichello/godot-ci:3.2.3 steps: - name: Setup WINE and rcedit 🍷 run: | @@ -55,7 +56,7 @@ jobs: name: Linux Export 🐧 runs-on: ubuntu-latest container: - image: docker://barichello/godot-ci:3.2.2 + image: docker://barichello/godot-ci:3.2.3 steps: - name: Checkout 🛎️ uses: actions/checkout@v1 @@ -98,14 +99,14 @@ jobs: export EXPORT_NAME=Pixelorama - name: Download and extract export templates 💾 run: | - mkdir -v -p ~/.local/share/godot/templates/${GODOT_VERSION}.stable - curl -O https://downloads.tuxfamily.org/godotengine/${GODOT_VERSION}/Godot_v${GODOT_VERSION}-stable_export_templates.tpz - unzip -a Godot_v${GODOT_VERSION}-stable_export_templates.tpz - mv ./templates/* ~/.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_MAC}/Godot_v${GODOT_VERSION_MAC}-stable_export_templates.tpz + unzip -a Godot_v${GODOT_VERSION_MAC}-stable_export_templates.tpz + mv ./templates/* ~/.local/share/godot/templates/${GODOT_VERSION_MAC}.stable - name: Download Godot headless binary 🤖 run: | - curl -O https://huskee.cf/files/Godot_v${GODOT_VERSION}-stable_mac_headless.64.zip - unzip -a 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_MAC}-stable_mac_headless.64.zip - name: Setup 💻 run: mkdir -v -p ./build/mac - name: Mac Build 🔧