From 6cbe12fb10d3463f052d2943d10b36b7c9f06723 Mon Sep 17 00:00:00 2001 From: odweta Date: Thu, 16 Jan 2025 14:51:28 +0100 Subject: [PATCH] made new release 2.4.1 --- deploy.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index ba67b69..03aa80b 100755 --- a/deploy.sh +++ b/deploy.sh @@ -60,8 +60,7 @@ 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]"