drone: android upload sign (typo)
the build failed Details

This commit is contained in:
Dan Ballard 2020-12-09 17:31:18 -08:00
parent db0e8a2395
commit 0f15141f73
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ pipeline:
- echo "cwtch-upload" > android/jks_alias
- echo $UPLOAD_JKS_PASS > android/jks_pass
- echo $UPLOAD_JKS_FILE > android/ui.jks.b64
- base64 --decaode android/ui.jks.b64 > android/ui.jks
- base64 --decode android/ui.jks.b64 > android/ui.jks
- go mod download
- export VERSION=`git describe --tags`
- export BUILDDATE=`date +%G-%m-%d-%H-%M`