We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2404b76 commit 73bb8b4Copy full SHA for 73bb8b4
.github/workflows/publish.yml
@@ -88,7 +88,7 @@ jobs:
88
uses: actions/upload-artifact@v2
89
env:
90
UNIVERSAL_APK_NAME: custom-${TAG}-release.apk
91
- UNIVERSAL_RELEASE_APK: kiwix-android/custom/build/outputs/apk/${TAG}/release/*universal*.apk
+ UNIVERSAL_RELEASE_APK: kiwix-android/custom/build/outputs/apk/dwds/release/custom-dwds-universal-release.apk
92
with:
93
name: $UNIVERSAL_APK_NAME
94
- path: $UNIVERSAL_RELEASE_APK
+ path: kiwix-android/custom/build/outputs/apk/dwds/release/custom-dwds-universal-release.apk
0 commit comments