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
+1
View File
@@ -246,6 +246,7 @@ jobs:
if: ${{ matrix.artifact }}
run: |
strip bin/godot.*
chmod +x bin/godot.*
- name: Upload artifact
uses: ./.github/actions/upload-artifact