Skip to content

Commit 317077f

Browse files
authored
build: [release-0.23] to 0.23.1 (#2659)
1 parent 105d7c4 commit 317077f

File tree

2 files changed

+21
-15
lines changed

2 files changed

+21
-15
lines changed

.github/workflows/build.yml

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ on:
2626
default: false
2727

2828
env:
29-
VOICEVOX_ENGINE_VERSION: 0.23.0
30-
VOICEVOX_RESOURCE_VERSION: 0.23.0
29+
VOICEVOX_ENGINE_VERSION: 0.23.1
30+
VOICEVOX_RESOURCE_VERSION: 0.23.1
3131
VOICEVOX_EDITOR_VERSION:
3232
|- # releaseタグ名か、workflow_dispatchでのバージョン名か、999.999.999-developが入る
3333
${{ github.event.release.tag_name || github.event.inputs.version || '999.999.999-develop' }}
@@ -57,18 +57,19 @@ jobs:
5757
- macos-x64-cpu-prepackage
5858
- macos-arm64-cpu-prepackage
5959
include:
60-
# Linux NVIDIA GPU
61-
- artifact_name: linux-nvidia-prepackage
62-
artifact_path: dist_electron/linux-unpacked
63-
voicevox_engine_asset_name: linux-nvidia
64-
package_name: voicevox
65-
compressed_artifact_name: voicevox-linux-nvidia
66-
app_asar_dir: prepackage/resources
67-
installer_artifact_name: linux-nvidia-appimage
68-
linux_artifact_name: "VOICEVOX.${ext}"
69-
linux_executable_name: voicevox
70-
linux_appimage_7z_name: VOICEVOX.AppImage
71-
os: ubuntu-20.04
60+
# TODO: 一時的なコメントアウトを戻す
61+
# # Linux NVIDIA GPU
62+
# - artifact_name: linux-nvidia-prepackage
63+
# artifact_path: dist_electron/linux-unpacked
64+
# voicevox_engine_asset_name: linux-nvidia
65+
# package_name: voicevox
66+
# compressed_artifact_name: voicevox-linux-nvidia
67+
# app_asar_dir: prepackage/resources
68+
# installer_artifact_name: linux-nvidia-appimage
69+
# linux_artifact_name: "VOICEVOX.${ext}"
70+
# linux_executable_name: voicevox
71+
# linux_appimage_7z_name: VOICEVOX.AppImage
72+
# os: ubuntu-22.04
7273
# Linux CPU
7374
- artifact_name: linux-cpu-prepackage
7475
artifact_path: dist_electron/linux-unpacked
@@ -80,7 +81,7 @@ jobs:
8081
linux_artifact_name: "VOICEVOX.${ext}"
8182
linux_executable_name: voicevox
8283
linux_appimage_7z_name: VOICEVOX-CPU.AppImage
83-
os: ubuntu-20.04
84+
os: ubuntu-22.04
8485
# Windows CUDA
8586
- artifact_name: windows-nvidia-prepackage
8687
artifact_path: dist_electron/win-unpacked

public/updateInfos.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
[
2+
{
3+
"version": "0.23.1",
4+
"descriptions": ["キャラクター「離途」「黒沢冴白」を追加"],
5+
"contributors": []
6+
},
27
{
38
"version": "0.23.0",
49
"descriptions": [

0 commit comments

Comments
 (0)