diff --git a/.github/workflows/dev-desktop-builds.yml b/.github/workflows/dev-desktop-builds.yml index 96e2671c..c582eabc 100644 --- a/.github/workflows/dev-desktop-builds.yml +++ b/.github/workflows/dev-desktop-builds.yml @@ -76,7 +76,7 @@ jobs: submodules: true - name: Setup environment 🔧 run: | - export GODOT_VERSION=3.3 + export GODOT_VERSION=${GODOT_VERSION_MAC} export EXPORT_NAME=MaterialMaker - name: Download and extract export templates 💾 run: | @@ -87,7 +87,7 @@ jobs: - name: Download Godot headless binary 🤖 run: | wget https://github.com/huskeee/godot-headless-mac/releases/download/3.3-stable/Godot_v3.3-stable_mac_headless.64.zip - unzip -a Godot_v${GODOT_VERSION_MAC}-stable_mac_headless.64.zip + unzip -a Godot_v3.3-stable_mac_headless.64.zip - name: Setup 💻 run: mkdir -v -p ./build/mac - name: Mac Build 🔧