Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 75ba9ed

Browse files
committed
Add missing MoltenVK_icd.json to macos build
1 parent 63d6cca commit 75ba9ed

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

+5
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,11 @@ jobs:
281281
with:
282282
name: macos
283283
path: ${{ env.VULKAN_ROOT_LOCATION }}/MoltenVK/dylib/macOS/libMoltenVK.dylib
284+
- name: Upload MoltenVK config
285+
uses: actions/upload-artifact@v3
286+
with:
287+
name: macos
288+
path: ${{ env.VULKAN_ROOT_LOCATION }}/MoltenVK/dylib/macOS/MoltenVK_icd.json
284289
- name: Upload Vulkan
285290
uses: actions/upload-artifact@v3
286291
with:

0 commit comments

Comments
 (0)