Leng Yue 1 год назад
Родитель
Сommit
449054e3c9
1 измененных файлов с 12 добавлено и 12 удалено
  1. 12 12
      .github/workflows/build-windows-package.yml

+ 12 - 12
.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