debug output for upload of AppImage builts for PRs

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
Matthieu Gallien 2022-09-06 00:11:52 +02:00 committed by Matthieu Gallien
parent b484ba3726
commit aee4cca970
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,8 @@ if [ $TAG_NAME != "master" ]; then
fi
cd ${DESKTOP_CLIENT_ROOT}
echo `pwd`
ls
# AppImage
export APPIMAGE=$(readlink -f ./Nextcloud*.AppImage)
@ -90,6 +92,7 @@ uploadUrl=$(echo $json | jq -r '.upload_url')
if [[ "$uploadUrl" == "null" ]]; then
# Try to create a release
json=$(create_release)
echo $json
releaseId=$(echo $json | jq -r '.id')
uploadUrl=$(echo $json | jq -r '.upload_url')