From 1ba8a6d1c4bb9deaf05e443fdb29ea4d09c50e0d Mon Sep 17 00:00:00 2001 From: Yuto Ashida Date: Mon, 29 Nov 2021 14:58:13 -0800 Subject: [PATCH] =?UTF-8?q?=E8=A3=BD=E5=93=81=E7=89=88=E3=83=AA=E3=82=BD?= =?UTF-8?q?=E3=83=BC=E3=82=B9=E3=81=AE=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7?= =?UTF-8?q?=E3=83=B3=E3=82=92=E9=81=B8=E6=8A=9E=E5=8F=AF=E8=83=BD=E3=81=AB?= =?UTF-8?q?=E3=81=99=E3=82=8B=20(#536)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * make version of resource selectable * use ref --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6800e7acb3..6f5e093b2a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,6 +11,7 @@ on: env: VOICEVOX_ENGINE_REPO_URL: "https://github.com/Hiroshiba/voicevox_engine" VOICEVOX_ENGINE_VERSION: 0.9.3 + VOICEVOX_RESOURCE_VERSION: 0.9.2 jobs: build-noengine-prepackage: @@ -122,7 +123,7 @@ jobs: uses: actions/checkout@v2 with: repository: Hiroshiba/voicevox_resource - ref: main + ref: ${{ env.VOICEVOX_RESOURCE_VERSION }} path: resource - name: Replace Character Info