MacOS port fix

This commit is contained in:
Rodolphe Suescun 2021-08-03 12:12:28 +02:00
parent a1a398f342
commit 26e1b6d155
1 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ on:
env: env:
GODOT_VERSION: 3.3.2 GODOT_VERSION: 3.3.2
GODOT_VERSION_MAC: 3.3.2 GODOT_VERSION_MAC: 3.3
EXPORT_NAME: material_maker EXPORT_NAME: material_maker
MM_RELEASE: 0_96 MM_RELEASE: 0_96
@ -86,8 +86,8 @@ jobs:
mv ./templates/* ~/.local/share/godot/templates/${GODOT_VERSION_MAC}.stable mv ./templates/* ~/.local/share/godot/templates/${GODOT_VERSION_MAC}.stable
- name: Download Godot headless binary 🤖 - name: Download Godot headless binary 🤖
run: | run: |
wget https://github.com/huskeee/godot-headless-mac/releases/download/3.3-stable/Godot_v3.3-stable_mac_headless.64.zip wget https://github.com/huskeee/godot-headless-mac/releases/download/${GODOT_VERSION_MAC}-stable/Godot_v${GODOT_VERSION_MAC}-stable_mac_headless.64.zip
unzip -a Godot_v3.3-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 🔧