diff --git a/.github/workflows/build-windows-package.yml b/.github/workflows/build-windows-package.yml index 51cbd604..7929b4a9 100644 --- a/.github/workflows/build-windows-package.yml +++ b/.github/workflows/build-windows-package.yml @@ -52,16 +52,16 @@ jobs: name: fish-speech-main-${{ github.run_id }} path: ./fish-speech - - name: Check and Compress fish-speech - run: | - if [ ! -f fish-speech-main-${{ github.run_id }}.zip ]; then - zip -qr fish-speech-main-${{ github.run_id }}.zip ./fish-speech - else - echo "Zip file already exists, skipping compression." - fi + # - name: Check and Compress fish-speech + # run: | + # if [ ! -f fish-speech-main-${{ github.run_id }}.zip ]; then + # zip -qr fish-speech-main-${{ github.run_id }}.zip ./fish-speech + # else + # echo "Zip file already exists, skipping compression." + # fi - - name: Upload to Hugging Face - env: - HF_TOKEN: ${{ secrets.HF_TOKEN }} - run: | - huggingface-cli upload SpicyqSama007/fish-speech-packed ./fish-speech-main-${{ github.run_id }}.zip fish-speech-main-${{ github.run_id }}.zip + # - name: Upload to Hugging Face + # env: + # HF_TOKEN: ${{ secrets.HF_TOKEN }} + # run: | + # huggingface-cli upload SpicyqSama007/fish-speech-packed ./fish-speech-main-${{ github.run_id }}.zip fish-speech-main-${{ github.run_id }}.zip