Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Oct 12, 2023
1 parent 0ed622d commit 821ba99
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/export-vits-ljspeech-to-onnx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- master
- convert-vits-2
paths:
- 'scripts/vits/**'
- '.github/workflows/export-vits-ljspeech-to-onnx.yaml'
Expand Down Expand Up @@ -78,17 +77,17 @@ jobs:
python3 ./test.py
ls -lh *.wav
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: test-0.wav
path: scripts/vits/test-0.wav

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: test-1.wav
path: scripts/vits/test-1.wav

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: test-2.wav
path: scripts/vits/test-2.wav

0 comments on commit 821ba99

Please sign in to comment.