File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -155,12 +155,16 @@ jobs:
155155 - run :
156156 name : chmod permissions
157157 command : chmod +x ./gradlew
158+ - run :
159+ name : Build apk
160+ command : ./gradlew assembleRelease
158161 - run :
159162 name : Publish to Jcenter and Maven Central
160163 command : ./gradlew clean build bintrayUpload -PdryRun=false
161164 - run :
162165 name : Publish to Github Package
163166 command : ./gradlew publish
167+ - publish-sample-apk-google-play
164168 # Push Changelog, Apk and new version to remote repository.
165169 push-updates-to-remote-github :
166170 machine : true
@@ -212,8 +216,6 @@ workflows:
212216 - tools/attach-dir :
213217 paths : lib.properties
214218 destination : ./
215- post-steps :
216- - publish-sample-apk-google-play
217219 filters : *orb_tagged_filters
218220 requires : [versioning]
219221 - publish-github-release :
You can’t perform that action at this time.
0 commit comments