Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

download_testを最新のもので通るように変更 #618

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/download_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
download_dir: voicevox_core
check_items: |
voicevox_core.dll
model/metas.json
model/README.*
open_jtalk_dic_utf_8-1.11
README.txt
# https://github.com/VOICEVOX/voicevox_core/pull/411#issuecomment-1412457592
Expand All @@ -53,7 +53,7 @@ jobs:
download_dir: voicevox_core
check_items: |
voicevox_core.dll
model/metas.json
model/README.*
open_jtalk_dic_utf_8-1.11
README.txt
check_not_exists_items: |
Expand All @@ -70,7 +70,7 @@ jobs:
download_dir: other_output
check_items: |
voicevox_core.dll
model/metas.json
model/README.*
open_jtalk_dic_utf_8-1.11
README.txt
check_not_exists_items: |
Expand All @@ -87,7 +87,7 @@ jobs:
download_dir: voicevox_core
check_items: |
voicevox_core.dll
model/metas.json
model/README.*
README.txt
check_not_exists_items: |
*directml*
Expand All @@ -104,7 +104,7 @@ jobs:
download_dir: voicevox_core
check_items: |
voicevox_core.dll
model/metas.json
model/README.*
open_jtalk_dic_utf_8-1.11
README.txt
DirectML.dll
Expand All @@ -123,7 +123,7 @@ jobs:
download_dir: voicevox_core
check_items: |
voicevox_core.dll
model/metas.json
model/README.*
README.txt
check_not_exists_items: |
*cuda*
Expand All @@ -141,7 +141,7 @@ jobs:
download_dir: voicevox_core
check_items: |
voicevox_core.dll
model/metas.json
model/README.*
open_jtalk_dic_utf_8-1.11
README.txt
EULA.txt
Expand All @@ -163,7 +163,7 @@ jobs:
download_dir: voicevox_core
check_items: |
voicevox_core.dll
model/metas.json
model/README.*
README.txt
check_not_exists_items: |
*directml*
Expand Down
Loading