Skip to content

Commit

Permalink
Improved workflow to get the universal apk.
Browse files Browse the repository at this point in the history
  • Loading branch information
MohitMaliDeveloper committed Oct 12, 2023
1 parent dde9afb commit e8476c6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ jobs:
- name: Upload APK as an artifact
uses: actions/upload-artifact@v2
env:
UNIVERSAL_APK_NAME: custom-${TAG}-release.apk
UNIVERSAL_RELEASE_APK: kiwix-android/custom/build/outputs/apk/${TAG}/release/*universal*.apk
with:
name: "custom-${TAG}-release.apk"
path: "kiwix-android/custom/build/outputs/apk/${TAG}/release/*universal*.apk"
name: UNIVERSAL_APK_NAME
path: UNIVERSAL_RELEASE_APK

0 comments on commit e8476c6

Please sign in to comment.