MacOS port update

This commit is contained in:
Rodolphe Suescun 2021-08-03 12:07:17 +02:00
parent 7a5b63aec1
commit a1a398f342
1 changed files with 2 additions and 2 deletions

View File

@ -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 🔧