mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 20:55:31 +03:00
do not use absolute path
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
6e9c6beb70
commit
4adf463668
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ fi
|
|||
mkdir -p ~/apks
|
||||
|
||||
source ~/.gradle/devVersionSecrets
|
||||
/home/nextcloud/bin/apksigner sign --ks-pass env:VERSION_DEV_STORE_PASSWORD \
|
||||
apksigner sign --ks-pass env:VERSION_DEV_STORE_PASSWORD \
|
||||
--key-pass env:VERSION_DEV_KEY_PASSWORD \
|
||||
--ks $VERSION_DEV_STORE_FILE \
|
||||
--out ~/apks/nextcloud-dev-$date.apk \
|
||||
|
|
Loading…
Reference in a new issue