Skip to content

Commit

Permalink
build: C APIにもLICENSEファイルを同梱
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Feb 4, 2025
1 parent da72dd9 commit 19dedea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ jobs:
cp -v target/${{ matrix.target }}/release/*voicevox_core.{dll,so,dylib} "artifact/${{ env.ASSET_NAME }}" || true
cp -v target/${{ matrix.target }}/release/voicevox_core.dll.lib "artifact/${{ env.ASSET_NAME }}/voicevox_core.lib" || true
cp -v README.md "artifact/${{ env.ASSET_NAME }}/README.txt"
cp -v LICENSE "artifact/${{ env.ASSET_NAME }}/"
echo "${{ env.VERSION }}" > "artifact/${{ env.ASSET_NAME }}/VERSION"
mkdir java_artifact
Expand Down

0 comments on commit 19dedea

Please sign in to comment.