This commit is contained in:
@@ -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 ../..
|
||||
|
||||
|
||||
Reference in New Issue
Block a user