microsoft / google-play-vsts-extension

Visual Studio Team Services (VSTS) extension for performing continuous delivery to the Google Play store from your automated CI builds
Other
81 stars 57 forks source link

Azure Devops Google play release Issue, (##[error]Error: error:1E08010C:DECODER routines::unsupported) #437

Closed bharat-shivlab closed 3 months ago

bharat-shivlab commented 3 months ago

1> Issue in Bundle path:

Also Check my release pipeline script like below::

steps: task: ms-vsclient.google-play.google-play-release.GooglePlayRelease@4 displayName: 'Release to internal test' inputs: serviceConnection: 'Google Play service connection (create-for-pipeline-account-bk@appwriter-2651e.iam.gserviceaccount.com)' applicationId: com.abc bundleFile: '*/.aab' changeLogFile: '-> Test release notes' releaseName: 'AppWriter internal release 001' isDraftRelease: true

we try also some ::

->APK PATH: */.apk (Not Working) ->APK PATH:$(Build.ArtifactStagingDirectory)_AppWriter Android Manual APK & AAB\drop\apk\AppWriter-universal-13-03-2024.apk (Not Working) ->APK PATH:$(System.ArtifactsDirectory)/_AppWriter Android Manual APK & AAB/drop/apk/AppWriter-universal-13-03-2024.apk (Not Working) (error:1E08010C:DECODER routines::unsupported) ->AAB PATH:**/*.aab (Not Working)