Skip to content

Commit

Permalink
Put version.json inside the app Version directory
Browse files Browse the repository at this point in the history
  • Loading branch information
John Bryan Sazon committed Apr 28, 2018
1 parent aefca0f commit 0e327cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus/nexus_upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func (n *Nexus) NexusUploadAssets(app *parser.MobileApp, dir string) ([]string,

components := []NexusComponent{
{assetsDir + "/" + parser.AppIconFile, appIconPath, dir},
{assetsDir + "/" + parser.VersionJsonFile, parser.VersionJsonFile, dir},
{assetsDir + "/" + parser.VersionJsonFile, app.Version + "/" + parser.VersionJsonFile, dir},
{assetsDir + "/" + parser.IndexHTMLFile, appIndexHTMLSitePath, dir},
{app.File, appSitePath, dir},
}
Expand Down

0 comments on commit 0e327cc

Please sign in to comment.