Skip to content

Commit

Permalink
feat: voicevox_onnxruntimeのthird-party-notices.htmlを同梱する (#66)
Browse files Browse the repository at this point in the history
voicevox_onnxruntimeにおいて、cargo-aboutの生成物を同梱するようにする。

Refs: VOICEVOX/voicevox_project#24
  • Loading branch information
qryxip authored Dec 31, 2024
1 parent 66663e3 commit 00edd07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,7 @@ jobs:
mv ${{ matrix.result_dir }}/${{ matrix.artifact_name }}/{,ORT_}README.md
mv ${{ matrix.result_dir }}/${{ matrix.artifact_name }}/{,Ort}ThirdPartyNotices.txt
mv ./VOICEVOX_LICENSE.md ${{ matrix.result_dir }}/${{ matrix.artifact_name }}/LICENSE.md
mv ./build/third-party-notices.html ./${{ matrix.result_dir }}/${{ matrix.artifact_name }}
fi
mv ${{ matrix.result_dir }}/${{ matrix.artifact_name }} ./artifact/
Expand Down

0 comments on commit 00edd07

Please sign in to comment.