Skip to content

Commit

Permalink
Merge branch 'hotfix/build-sdl-aar-in-ci' into ci/hotfix/build-sdl-aa…
Browse files Browse the repository at this point in the history
…r-in-ci/moltenvk_bins
  • Loading branch information
dotnet-bot committed Jun 11, 2024
2 parents 147dd9d + 6c0dfd5 commit 40c1b50
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/nuke/Native/Core.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ public void PrUpdatedNativeBinary(string name)

Git("fetch --all", RootDirectory);
Git("pull");
Git($"add -f src/Native/*/runtimes/*/native/* **/*.aar **/*.java", RootDirectory);
Git("add -f src/Native/*/runtimes/*/native/*", RootDirectory);
Git("add **/*.aar **/*.java", RootDirectory);
var newBranch = $"ci/{curBranch}/{name.ToLower().Replace(' ', '_')}_bins";
var curCommit = GitCurrentCommit(RootDirectory);
var commitCmd = InheritedShell
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 40c1b50

Please sign in to comment.