From 832706375e55bcfc7d72a247b138afc22230ef66 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Thu, 2 Jan 2025 10:36:04 +0800 Subject: [PATCH] small fixes --- .github/workflows/ljspeech.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ljspeech.yml b/.github/workflows/ljspeech.yml index c5ecff0f9..9212ad342 100644 --- a/.github/workflows/ljspeech.yml +++ b/.github/workflows/ljspeech.yml @@ -95,11 +95,6 @@ jobs: repo_token: ${{ secrets.UPLOAD_GH_SHERPA_ONNX_TOKEN }} tag: tts-models - - uses: actions/upload-artifact@v4 - if: matrix.python-version == '3.9' && matrix.torch-version == '2.3.0' - with: - name: generated-test-files-${{ matrix.python-version }}-${{ matrix.torch-version }} - path: ./*.wav - uses: actions/upload-artifact@v4 if: matrix.python-version == '3.9' && matrix.torch-version == '2.3.0'