Skip to content

Commit 0af827c

Browse files
committed
update deploy script for gradle convention
1 parent 5047f07 commit 0af827c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def __init__(self, project, package):
3030
Artifact(
3131
"/build/publications/aar/pom-default.xml", "pom"),
3232
Artifact("/build/outputs/aar/" +
33-
project + "-release.aar", "aar"),
33+
project + ".aar", "aar"),
3434
]
3535

3636
def validate(self):

0 commit comments

Comments
 (0)