Skip to content

Commit c1d3cf8

Browse files
committed
fix(ci): wrong apk path
1 parent b307d7f commit c1d3cf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-pocket-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
fi
9292
9393
APK_NAME="${PRODUCT_NAME}-${VERSION}-android.apk"
94-
APK_SOURCE="apps/stage-pocket/android/app/build/outputs/apk/release/app-release.apk"
94+
APK_SOURCE="apps/stage-pocket/android/app/build/outputs/apk/release/app-release-signed.apk"
9595
APK_BUNDLE_DIR="apps/stage-pocket/android/bundle"
9696
9797
mkdir -p "$APK_BUNDLE_DIR"

0 commit comments

Comments
 (0)