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'