|
26 | 26 | default: false |
27 | 27 |
|
28 | 28 | 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 |
31 | 31 | VOICEVOX_EDITOR_VERSION: |
32 | 32 | |- # releaseタグ名か、workflow_dispatchでのバージョン名か、999.999.999-developが入る |
33 | 33 | ${{ github.event.release.tag_name || github.event.inputs.version || '999.999.999-develop' }} |
@@ -57,18 +57,19 @@ jobs: |
57 | 57 | - macos-x64-cpu-prepackage |
58 | 58 | - macos-arm64-cpu-prepackage |
59 | 59 | 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 |
72 | 73 | # Linux CPU |
73 | 74 | - artifact_name: linux-cpu-prepackage |
74 | 75 | artifact_path: dist_electron/linux-unpacked |
|
80 | 81 | linux_artifact_name: "VOICEVOX.${ext}" |
81 | 82 | linux_executable_name: voicevox |
82 | 83 | linux_appimage_7z_name: VOICEVOX-CPU.AppImage |
83 | | - os: ubuntu-20.04 |
| 84 | + os: ubuntu-22.04 |
84 | 85 | # Windows CUDA |
85 | 86 | - artifact_name: windows-nvidia-prepackage |
86 | 87 | artifact_path: dist_electron/win-unpacked |
|
0 commit comments