mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 20:55:31 +03:00
Fastfile: Fix indentation on sh command
Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
This commit is contained in:
parent
1e7bfcc74a
commit
7227bb13b7
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ lane :makeReleases do
|
|||
sh("cp ../build/outputs/apk/gplay/release/*.apk ../release/")
|
||||
|
||||
SignedRelease(flavor:"Huawei")
|
||||
sh("cp ../build/outputs/apk/huawei/release/*.apk ../release/")
|
||||
sh("cp ../build/outputs/apk/huawei/release/*.apk ../release/")
|
||||
end
|
||||
|
||||
desc "Create GPlay release"
|
||||
|
|
Loading…
Reference in a new issue