Skip to content

Commit 6a416c8

Browse files
committed
アイコン画像がルートにあるリソースのバージョンに変更
1 parent 70ba10e commit 6a416c8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-engine-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
env:
1616
IMAGE_NAME: ${{ vars.DOCKERHUB_USERNAME }}/voicevox_engine
1717
PYTHON_VERSION: "3.11.3"
18-
VOICEVOX_RESOURCE_VERSION: "0.19.0"
18+
VOICEVOX_RESOURCE_VERSION: "0.20.0-preview.0"
1919
VOICEVOX_CORE_VERSION: "0.15.3"
2020

2121
defaults:

.github/workflows/build-engine-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626

2727
env:
2828
PYTHON_VERSION: "3.11.3"
29-
VOICEVOX_RESOURCE_VERSION: "0.19.0"
29+
VOICEVOX_RESOURCE_VERSION: "0.20.0-preview.0"
3030
VOICEVOX_CORE_VERSION: "0.15.3"
3131

3232
defaults:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ RUN <<EOF
275275
EOF
276276

277277
# Download Resource
278-
ARG VOICEVOX_RESOURCE_VERSION=0.19.0
278+
ARG VOICEVOX_RESOURCE_VERSION=0.20.0-preview.0
279279
RUN <<EOF
280280
set -eux
281281

0 commit comments

Comments
 (0)