From 51625b5ceb46602b3a4f1a418606fdf6258e7c0c Mon Sep 17 00:00:00 2001 From: Hiroshiba Date: Mon, 17 Apr 2023 12:08:53 +0900 Subject: [PATCH] =?UTF-8?q?RESOURCE=E5=86=85=E3=81=AEclean=5Fcharacter=5Fi?= =?UTF-8?q?nfo.py=E3=82=B9=E3=82=AF=E3=83=AA=E3=83=97=E3=83=88=E3=82=92?= =?UTF-8?q?=E5=88=A9=E7=94=A8=E3=81=99=E3=82=8B=20(#664)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-docker.yml | 2 +- .github/workflows/build.yml | 2 +- Dockerfile | 2 +- build_util/process_voicevox_resource.bash | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 4aff19cc6..cc5cf1b3a 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -15,7 +15,7 @@ on: env: IMAGE_NAME: ${{ vars.DOCKERHUB_USERNAME }}/voicevox_engine PYTHON_VERSION: "3.11.3" - VOICEVOX_RESOURCE_VERSION: "0.14.2" + VOICEVOX_RESOURCE_VERSION: "0.14.3-preview.1" VOICEVOX_CORE_VERSION: "0.14.3" jobs: diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index efcf4cdfb..6ace2eaf9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ on: env: PYTHON_VERSION: "3.11.3" - VOICEVOX_RESOURCE_VERSION: "0.14.2" + VOICEVOX_RESOURCE_VERSION: "0.14.3-preview.1" VOICEVOX_CORE_VERSION: "0.14.3" jobs: diff --git a/Dockerfile b/Dockerfile index 028e30c2a..d1e8768cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -273,7 +273,7 @@ RUN <