endlessm / kolibri-explore-plugin

The kolibri plugin to add the custom channel representation
MIT License
1 stars 4 forks source link

Wrong version passed to triggered kolibri-installer-android #895

Closed dbnicholson closed 10 months ago

dbnicholson commented 10 months ago

Back in #885 I changed the triggering of kolibri-installer-android on releases to use a repository_dispatch event. Unfortunately, that passes the tag (with the leading v) instead of the version. Unfortunately, that breaks the build:

Execution failed for task ':app:downloadAppsBundle'.
> A failure occurred while executing de.undercouch.gradle.tasks.download.internal.DefaultWorkerExecutorHelper$DefaultWorkAction
   > de.undercouch.gradle.tasks.download.org.apache.hc.client5.http.ClientProtocolException: Not Found (HTTP status code: 404, URL: https://github.com/endlessm/kolibri-explore-plugin/releases/download/vv7.9.0/apps-bundle.zip)
erikos commented 10 months ago

Can be tested with the build of 7.10.0

erikos commented 10 months ago

Build 7.10.427 works fine. QA pass.