mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-20 14:05:27 +01:00
OPS: fix appcenter android build
This commit is contained in:
parent
5d569f8510
commit
cd7526dc33
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ if [ -f $FILENAME ]; then
|
|||
FILENAME_UNIQ="$APPCENTER_OUTPUT_DIRECTORY/$HASH.apk"
|
||||
cp "$FILENAME" "$FILENAME_UNIQ"
|
||||
curl "http://filestorage.bluewallet.io:1488/upload.php" -F "fileToUpload=@$FILENAME_UNIQ"
|
||||
rm "$FILENAME_UNIQ"
|
||||
DLOAD_APK="http://filestorage.bluewallet.io:1488/$HASH.apk"
|
||||
|
||||
curl -X POST --data "{\"body\":\"♫ This was a triumph. I'm making a note here: HUGE SUCCESS ♫\n\n [android in browser] $APPURL\n\n[download apk]($DLOAD_APK) \"}" -u "$GITHUB" "https://api.github.com/repos/BlueWallet/BlueWallet/issues/$PR/comments"
|
||||
|
|
Loading…
Add table
Reference in a new issue