mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-24 18:36:21 +03:00
Fix fastlane
Change-Id: If9f02ea28f6377c6fa218e9ac024469ceab5ad61
This commit is contained in:
parent
7dcb2ebeb2
commit
a8f1391c47
1 changed files with 3 additions and 1 deletions
|
@ -37,6 +37,8 @@ platform :android do
|
||||||
"android.injected.signing.key.password": key_pass
|
"android.injected.signing.key.password": key_pass
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
upload_to_play_store
|
upload_to_play_store(
|
||||||
|
apk: lane_context[SharedValues::GRADLE_APK_OUTPUT_PATH]
|
||||||
|
)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue