Commit 769765d 1 parent 3e5829e commit 769765d Copy full SHA for 769765d
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -581,17 +581,18 @@ jobs:
581
581
run : |
582
582
brew install gnu-sed
583
583
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,
585
585
# the NSIS installers and the 7z files have duplicate names.
586
586
# For Linux, If they have the same product name,
587
587
# the AppImages have duplicate names.
588
588
# 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.
590
590
- name : Replace package name & version
591
591
shell : bash
592
592
run : |
593
593
# GPU: "name": "voicevox" => "name": "voicevox"
594
594
# CPU: "name": "voicevox" => "name": "voicevox-cpu"
595
+ # DirectML: "name": "voicevox" => "name": "voicevox-directml"
595
596
"${{ matrix.sed_name }}" -i 's/"name": "voicevox"/"name": "${{ matrix.package_name }}"/' package.json
596
597
# "${{ matrix.sed_name }}" -i 's/productName: "VOICEVOX"/productName: "${{ matrix.product_name }}"/' vue.config.js
597
598
You can’t perform that action at this time.
0 commit comments