From 19dedead8288275868cc90ab7cc1938ab4e41117 Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Tue, 4 Feb 2025 12:00:35 +0900 Subject: [PATCH] =?UTF-8?q?build:=20C=20API=E3=81=AB=E3=82=82LICENSE?= =?UTF-8?q?=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E3=82=92=E5=90=8C=E6=A2=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_and_deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 006d21005..7888e41df 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -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