Add missing play button on media gallery page (#1626)

This commit is contained in:
Fanchao Liu
2024-08-19 15:38:55 +10:00
committed by GitHub
parent 80933938e1
commit 2a438ac24d
2 changed files with 21 additions and 5 deletions

View File

@@ -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 'session-[^[:space:]]*-universal.apk')"
target_path="${build_dir}/$(ls ${build_dir} | grep -o 'app-[^[:space:]]*-universal-debug.apk')"
# Validate the paths exist
if [ ! -d $build_path ]; then