diff --git a/deploy.sh b/deploy.sh index ef7f2ce..d734b14 100755 --- a/deploy.sh +++ b/deploy.sh @@ -60,7 +60,8 @@ asset_url="https://gitlab.com/-/project/47146187"$(curl --request POST \ --header "PRIVATE-TOKEN: $glpat" \ --form "file=@app/build/outputs/apk/release/com.odweta.solon_$ver.apk" \ "https://gitlab.com/api/v4/projects/47146187/uploads" | jq .url -r) - +echo $asset_url +exit # add the file as a stable release asset echo echo "[creating release asset]"