Fangjun Kuang
2024-10-17 11:58:14 +08:00
committed by GitHub
parent 471cbd83c6
commit 620597f501
9 changed files with 276 additions and 12 deletions

View File

@@ -4,7 +4,6 @@ on:
push:
branches:
- apk
- android-demo-speaker-diarization-2
workflow_dispatch:
@@ -76,6 +75,11 @@ jobs:
run: |
cd scripts/apk
total=${{ matrix.total }}
index=${{ matrix.index }}
python3 ./generate-speaker-diarization-apk-script.py --total $total --index $index
chmod +x build-apk-speaker-diarization.sh
mv -v ./build-apk-speaker-diarization.sh ../..