@@ -49,28 +49,26 @@ jobs:
49
49
fail-fast : false
50
50
matrix :
51
51
artifact_name :
52
- # TODO: 一時的なコメントアウトを戻す
53
- # - linux-nvidia-prepackage
52
+ - linux-nvidia-prepackage
54
53
- linux-cpu-prepackage
55
54
- windows-nvidia-prepackage
56
55
- windows-cpu-prepackage
57
56
- windows-directml-prepackage
58
57
- macos-x64-cpu-prepackage
59
58
- macos-arm64-cpu-prepackage
60
59
include :
61
- # TODO: 一時的なコメントアウトを戻す
62
- # # Linux NVIDIA GPU
63
- # - artifact_name: linux-nvidia-prepackage
64
- # artifact_path: dist_electron/linux-unpacked
65
- # voicevox_engine_asset_name: linux-nvidia
66
- # package_name: voicevox
67
- # compressed_artifact_name: voicevox-linux-nvidia
68
- # app_asar_dir: prepackage/resources
69
- # installer_artifact_name: linux-nvidia-appimage
70
- # linux_artifact_name: "VOICEVOX.${ext}"
71
- # linux_executable_name: voicevox
72
- # linux_appimage_7z_name: VOICEVOX.AppImage
73
- # os: ubuntu-22.04
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-22.04
74
72
# Linux CPU
75
73
- artifact_name : linux-cpu-prepackage
76
74
artifact_path : dist_electron/linux-unpacked
0 commit comments