Skip to content

Commit

Permalink
Merge pull request #9 from UniToolsTeam/feature/path-updates
Browse files Browse the repository at this point in the history
Feature/path updates
  • Loading branch information
Rinal authored Mar 14, 2023
2 parents e4235c6 + 8d00fc8 commit 4f332e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Editor/Steps/Post/AppCenter/DistributeToAppCenter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace UniTools.Build.AppCenter
{
[CreateAssetMenu(
fileName = nameof(DistributeToAppCenter),
menuName = nameof(UniTools) + "/Build/" + nameof(AppCenter) + "/" + nameof(DistributeToAppCenter)
menuName = MenuPaths.Steps + nameof(AppCenter) + "/" + nameof(DistributeToAppCenter)
)]
public sealed class DistributeToAppCenter : BuildStep
{
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"displayName": "UniTools.Build.AppCenter",
"name": "com.unitools.build.appcenter",
"version": "0.1.0-preview",
"version": "0.1.1-preview",
"unity": "2019.1",
"dependencies": {
"com.unitools.build": "0.1.0-preview"
"com.unitools.build": "0.1.3-preview"
},
"description": "Part of the Customizable Build Pipeline tool to work with AppCenter API",
"keywords": [
Expand Down

0 comments on commit 4f332e4

Please sign in to comment.