diff --git a/.github/workflows/download_test.yml b/.github/workflows/download_test.yml index f9cab98ea..ea7f456d4 100644 --- a/.github/workflows/download_test.yml +++ b/.github/workflows/download_test.yml @@ -18,14 +18,15 @@ jobs: download_command: cargo run -vv -p download download_dir: voicevox_core check_items: | - core.dll + voicevox_core.dll + model/metas.json open_jtalk_dic_utf_8-1.11 README.txt + # https://github.com/VOICEVOX/voicevox_core/pull/411#issuecomment-1412457592 check_not_exists_items: | *directml* *cuda* *cudnn* - *onnxruntime*providers* *eula* *nvidia* *cufft* @@ -35,14 +36,14 @@ jobs: download_command: cargo run -vv -p download -- --cpu-arch x86 download_dir: voicevox_core check_items: | - core.dll + voicevox_core.dll + model/metas.json open_jtalk_dic_utf_8-1.11 README.txt check_not_exists_items: | *directml* *cuda* *cudnn* - *onnxruntime*providers* *eula* *nvidia* *cufft* @@ -52,14 +53,14 @@ jobs: download_command: cargo run -vv -p download -- -o other_output download_dir: other_output check_items: | - core.dll + voicevox_core.dll + model/metas.json open_jtalk_dic_utf_8-1.11 README.txt check_not_exists_items: | *directml* *cuda* *cudnn* - *onnxruntime*providers* *eula* *nvidia* *cufft* @@ -69,13 +70,13 @@ jobs: download_command: cargo run -vv -p download -- --min download_dir: voicevox_core check_items: | - core.dll + voicevox_core.dll + model/metas.json README.txt check_not_exists_items: | *directml* *cuda* *cudnn* - *onnxruntime*providers* *eula* *nvidia* *cufft* @@ -86,7 +87,8 @@ jobs: download_command: cargo run -vv -p download -- --device directml download_dir: voicevox_core check_items: | - core.dll + voicevox_core.dll + model/metas.json open_jtalk_dic_utf_8-1.11 README.txt DirectML.dll @@ -104,7 +106,8 @@ jobs: download_command: cargo run -vv -p download -- --device directml --min download_dir: voicevox_core check_items: | - core.dll + voicevox_core.dll + model/metas.json README.txt check_not_exists_items: | *cuda* @@ -121,7 +124,8 @@ jobs: download_command: cargo run -vv -p download -- --device cuda download_dir: voicevox_core check_items: | - core.dll + voicevox_core.dll + model/metas.json open_jtalk_dic_utf_8-1.11 README.txt EULA.txt @@ -142,7 +146,8 @@ jobs: download_command: cargo run -vv -p download -- --device cuda --min download_dir: voicevox_core check_items: | - core.dll + voicevox_core.dll + model/metas.json README.txt check_not_exists_items: | *directml* @@ -163,7 +168,8 @@ jobs: download_command: ./scripts/downloads/download.sh download_dir: voicevox_core check_items: | - libcore.so + libvoicevox_core.so + model/metas.json open_jtalk_dic_utf_8-1.11 README.txt check_not_exists_items: | @@ -180,7 +186,8 @@ jobs: download_command: ./scripts/downloads/download.sh --cpu-arch x64 download_dir: voicevox_core check_items: | - libcore.so + libvoicevox_core.so + model/metas.json open_jtalk_dic_utf_8-1.11 README.txt check_not_exists_items: | @@ -197,7 +204,8 @@ jobs: download_command: ./scripts/downloads/download.sh --output other_output download_dir: other_output check_items: | - libcore.so + libvoicevox_core.so + model/metas.json open_jtalk_dic_utf_8-1.11 README.txt check_not_exists_items: | @@ -214,7 +222,8 @@ jobs: download_command: ./scripts/downloads/download.sh --min download_dir: voicevox_core check_items: | - libcore.so + libvoicevox_core.so + model/metas.json README.txt check_not_exists_items: | *directml* @@ -231,7 +240,8 @@ jobs: download_command: ./scripts/downloads/download.sh --device cuda download_dir: voicevox_core check_items: | - libcore.so + libvoicevox_core.so + model/metas.json open_jtalk_dic_utf_8-1.11 README.txt EULA.txt @@ -251,7 +261,8 @@ jobs: download_command: ./scripts/downloads/download.sh --device cuda --min download_dir: voicevox_core check_items: | - libcore.so + libvoicevox_core.so + model/metas.json README.txt check_not_exists_items: | *directml*