1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-14 13:41:12 +00:00

CI: Link MoltenVK statically on macOS

Same as done for official builds.

Also make artifacts executable before zipping.
This commit is contained in:
Rémi Verschelde
2022-07-29 12:52:40 +02:00
parent cd24fb848e
commit da14b19bbf
3 changed files with 8 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env sh
set -euo pipefail
IFS=$'\n\t'