File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,10 +55,10 @@ jobs:
5555 apk :
5656 name : Build APK file
5757 needs : whl
58- uses : learningequality/kolibri-installer-android/.github/workflows/build_apk.yml@v0.1.5
58+ uses : learningequality/kolibri-installer-android/.github/workflows/build_apk.yml@v0.1.6
5959 with :
6060 tar-file-name : ${{ needs.whl.outputs.tar-file-name }}
61- ref : v0.1.5
61+ ref : v0.1.6
6262 zip :
6363 name : Build Raspberry Pi Image
6464 needs : deb
Original file line number Diff line number Diff line change @@ -119,11 +119,11 @@ jobs:
119119 apk :
120120 name : Build Android APK
121121 needs : whl
122- uses : learningequality/kolibri-installer-android/.github/workflows/build_apk.yml@v0.1.5
122+ uses : learningequality/kolibri-installer-android/.github/workflows/build_apk.yml@v0.1.6
123123 with :
124124 tar-file-name : ${{ needs.whl.outputs.tar-file-name }}
125125 release : true
126- ref : v0.1.5
126+ ref : v0.1.6
127127 secrets :
128128 KOLIBRI_ANDROID_APP_PRODUCTION_KEYSTORE : ${{ secrets.KOLIBRI_ANDROID_APP_PRODUCTION_KEYSTORE }}
129129 KOLIBRI_ANDROID_APP_PRODUCTION_KEYSTORE_PASSWORD : ${{ secrets.KOLIBRI_ANDROID_APP_PRODUCTION_KEYSTORE_PASSWORD }}
@@ -273,9 +273,9 @@ jobs:
273273 name : Release Android App
274274 if : ${{ !github.event.release.prerelease }}
275275 needs : [apk, block_release_step]
276- uses : learningequality/kolibri-installer-android/.github/workflows/release_apk.yml@v0.1.5
276+ uses : learningequality/kolibri-installer-android/.github/workflows/release_apk.yml@v0.1.6
277277 with :
278278 version-code : ${{ needs.apk.outputs.version-code }}
279- ref : v0.1.5
279+ ref : v0.1.6
280280 secrets :
281281 KOLIBRI_ANDROID_PLAY_STORE_API_SERVICE_ACCOUNT_JSON : ${{ secrets.KOLIBRI_ANDROID_PLAY_STORE_API_SERVICE_ACCOUNT_JSON }}
You can’t perform that action at this time.
0 commit comments