mirror of
https://github.com/openlibrecommunity/olcng.git
synced 2026-07-03 14:05:17 +02:00
ci(build): add keystore debugging output to build workflow
This commit is contained in:
@@ -99,6 +99,9 @@ jobs:
|
||||
run: |
|
||||
cd ${{ github.workspace }}/V2rayNG
|
||||
echo "sdk.dir=${ANDROID_HOME}" > local.properties
|
||||
echo "Keystore file: ${KEYSTORE_FILE}"
|
||||
echo "Key alias: ${KEY_ALIAS}"
|
||||
ls -la "${KEYSTORE_FILE}" || echo "Keystore file not found"
|
||||
chmod 755 gradlew
|
||||
./gradlew licenseFdroidReleaseReport
|
||||
./gradlew assembleRelease
|
||||
|
||||
Reference in New Issue
Block a user