From b5954752c6589f5e0c9fe4dd17d105e49d5d3180 Mon Sep 17 00:00:00 2001 From: ThomasSession Date: Mon, 7 Oct 2024 12:14:59 +1100 Subject: [PATCH] Using appropriate name --- scripts/drone-static-upload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/drone-static-upload.sh b/scripts/drone-static-upload.sh index 0e5209c942..b5c9ee83f7 100755 --- a/scripts/drone-static-upload.sh +++ b/scripts/drone-static-upload.sh @@ -19,7 +19,7 @@ chmod 600 ssh_key # Define the output paths build_dir="app/build/outputs/apk/play/debug" -target_path="${build_dir}/$(ls ${build_dir} | grep -o 'app-[^[:space:]]*-universal-debug.apk')" +target_path="${build_dir}/$(ls ${build_dir} | grep -o 'session-[^[:space:]]*-universal.apk')" # Validate the paths exist if [ ! -d $build_path ]; then