Skip to content

Commit 73bb8b4

Browse files
Directly test with apk path
1 parent 2404b76 commit 73bb8b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
uses: actions/upload-artifact@v2
8989
env:
9090
UNIVERSAL_APK_NAME: custom-${TAG}-release.apk
91-
UNIVERSAL_RELEASE_APK: kiwix-android/custom/build/outputs/apk/${TAG}/release/*universal*.apk
91+
UNIVERSAL_RELEASE_APK: kiwix-android/custom/build/outputs/apk/dwds/release/custom-dwds-universal-release.apk
9292
with:
9393
name: $UNIVERSAL_APK_NAME
94-
path: $UNIVERSAL_RELEASE_APK
94+
path: kiwix-android/custom/build/outputs/apk/dwds/release/custom-dwds-universal-release.apk

0 commit comments

Comments
 (0)