fix ci.
This commit is contained in:
parent
5f7a915438
commit
1317e2a107
|
@ -21,7 +21,7 @@ public static class BuilderTool
|
|||
var rootPath = Application.dataPath + "/../";
|
||||
var bundleNumber = PlayerSettings.Android.bundleVersionCode;
|
||||
bundleNumber++;
|
||||
var buildRootPath = Path.Combine(rootPath, "Builds2");
|
||||
var buildRootPath = Path.Combine(rootPath, "Builds");
|
||||
var buildName = $"{productName}.exe";
|
||||
var buildPlayerOptions = new BuildPlayerOptions();
|
||||
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: ae6a85ec006b4154d8d3734b2378dd80
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Loading…
Reference in New Issue