Skip to content

Commit

Permalink
Update Core.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey committed Jun 10, 2024
1 parent e8b1d7e commit db59a45
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/* **/*.aar **/*.java .nuke", RootDirectory);
Git($"add -f src/Native/*/runtimes/*/native/* **/*.aar **/*.java", RootDirectory);
var newBranch = $"ci/{curBranch}/{name.ToLower().Replace(' ', '_')}_bins";
var curCommit = GitCurrentCommit(RootDirectory);
var commitCmd = InheritedShell
Expand Down

0 comments on commit db59a45

Please sign in to comment.