Skip to content

Commit

Permalink
Add aar to staging for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey committed Jun 3, 2024
1 parent d19d489 commit 88775da
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 @@ -66,7 +66,7 @@ public void PrUpdatedNativeBinary(string name)

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

0 comments on commit 88775da

Please sign in to comment.