do not use absolute path

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2020-11-20 12:58:07 +01:00
parent 6e9c6beb70
commit 4adf463668
No known key found for this signature in database
GPG key ID: 0E00D4D47D0C5AF7

View file

@ -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 \