Skip to content

Commit

Permalink
add ci commit glob for moltenvk binaries (#1684)
Browse files Browse the repository at this point in the history
  • Loading branch information
heyallnorahere authored Oct 1, 2023
1 parent fa7e02d commit 15e889c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/nuke/Native/Core.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public void PrUpdatedNativeBinary(string name, [CanBeNull] string glob = null)
}
else if (OperatingSystem.IsMacOS())
{
glob ??= "src/Native/**/*.dylib";
glob ??= "src/Native/**/libMoltenVK.a src/Native/**/*.dylib";
}
else if (OperatingSystem.IsLinux())
{
Expand Down

0 comments on commit 15e889c

Please sign in to comment.