Skip to content

Commit

Permalink
Save TTS APKs into a different directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed May 1, 2024
1 parent d0ce24d commit 7e1335b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/apk-tts-engine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ jobs:
git pull
git merge -m "merge remote" --ff origin main
mkdir -p tts
cp -v ../apks/*.apk ./tts-engine/
mkdir -p tts-engine-2
cp -v ../apks/*.apk ./tts-engine-2/
git status
git lfs track "*.apk"
git add .
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/apk-tts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ jobs:
git pull
git merge -m "merge remote" --ff origin main
mkdir -p tts
cp -v ../apks/*.apk ./tts/
mkdir -p tts-2
cp -v ../apks/*.apk ./tts-2/
git status
git lfs track "*.apk"
git add .
Expand Down

0 comments on commit 7e1335b

Please sign in to comment.