Parcourir la source

Update build-windows-package.yml (add ffprobe)

Leng Yue il y a 1 an
Parent
commit
7c7eced47e
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      .github/workflows/build-windows-package.yml

+ 2 - 0
.github/workflows/build-windows-package.yml

@@ -36,6 +36,8 @@ jobs:
           mv fish-speech-zip/fish-speech/fishenv fish-speech-zip/fish-speech/ffmpeg.exe \
           fish-speech-zip/fish-speech/checkpoints fish-speech-zip/fish-speech/.cache ./fish-speech
           rm -rf fish-speech-zip
+          huggingface-cli download fishaudio/fish-speech-1 ffprobe.exe \
+          --local-dir ./fish-speech --local-dir-use-symlinks False
       - uses: actions/upload-artifact@v4
         with:
           name: fish-speech-main-${{ github.run_id }}