Skip to content

Commit 769765d

Browse files
authored
1 parent 3e5829e commit 769765d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -581,17 +581,18 @@ jobs:
581581
run: |
582582
brew install gnu-sed
583583
584-
# NOTE: If the CPU/GPU builds have the same package name,
584+
# NOTE: If the CPU/DirectML/GPU builds have the same package name,
585585
# the NSIS installers and the 7z files have duplicate names.
586586
# For Linux, If they have the same product name,
587587
# the AppImages have duplicate names.
588588
# Files with the same name cannot be uploaded to a single GitHub Release,
589-
# so different package/product names should be used for CPU/GPU builds.
589+
# so different package/product names should be used for CPU/DirectML/GPU builds.
590590
- name: Replace package name & version
591591
shell: bash
592592
run: |
593593
# GPU: "name": "voicevox" => "name": "voicevox"
594594
# CPU: "name": "voicevox" => "name": "voicevox-cpu"
595+
# DirectML: "name": "voicevox" => "name": "voicevox-directml"
595596
"${{ matrix.sed_name }}" -i 's/"name": "voicevox"/"name": "${{ matrix.package_name }}"/' package.json
596597
# "${{ matrix.sed_name }}" -i 's/productName: "VOICEVOX"/productName: "${{ matrix.product_name }}"/' vue.config.js
597598

0 commit comments

Comments
 (0)