CI: Link MoltenVK statically on macOS
Same as done for official builds. Also make artifacts executable before zipping.
This commit is contained in:
@@ -246,6 +246,7 @@ jobs:
|
||||
if: ${{ matrix.artifact }}
|
||||
run: |
|
||||
strip bin/godot.*
|
||||
chmod +x bin/godot.*
|
||||
|
||||
- name: Upload artifact
|
||||
uses: ./.github/actions/upload-artifact
|
||||
|
||||
Reference in New Issue
Block a user