Skip to content

Commit 105d7c4

Browse files
authored
fix(build): ビルド時にlinux x64のエンジンを使うように (#2576)
1 parent c4f4eb1 commit 105d7c4

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
# Linux CPU
7373
- artifact_name: linux-cpu-prepackage
7474
artifact_path: dist_electron/linux-unpacked
75-
voicevox_engine_asset_name: linux-cpu
75+
voicevox_engine_asset_name: linux-cpu-x64
7676
package_name: voicevox-cpu
7777
compressed_artifact_name: voicevox-linux-cpu
7878
app_asar_dir: prepackage/resources

public/updateInfos.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,21 @@
99
"バグ修正"
1010
],
1111
"contributors": [
12-
"sevenc-nanashi",
13-
"romot-co",
12+
"aoirint",
13+
"Hiroshiba",
14+
"HyodaKazuaki",
15+
"jdkfx",
16+
"madosuki",
1417
"MT224244",
1518
"nanae772",
16-
"madosuki",
17-
"sabonerune",
1819
"raa0121",
19-
"takusea",
20-
"jdkfx",
20+
"romot-co",
21+
"sabonerune",
22+
"sevenc-nanashi",
23+
"shunjilin",
2124
"sigprogramming",
22-
"Hiroshiba"
25+
"takana-v",
26+
"takusea"
2327
]
2428
},
2529
{

0 commit comments

Comments
 (0)