From 83f4d63e3bc40c0001def5fabe84910875619bd9 Mon Sep 17 00:00:00 2001 From: Nanashi Date: Sun, 8 Oct 2023 15:31:41 +0900 Subject: [PATCH] =?UTF-8?q?Change:=20set-version=E3=81=AE=E5=AF=BE?= =?UTF-8?q?=E8=B1=A1=E3=82=92=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ryo Yamashita --- .github/workflows/build_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index f84bbc73f..0ac48f191 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -440,7 +440,7 @@ jobs: run: cargo binstall cargo-edit@^0.11 --no-confirm - name: set cargo version run: | - cargo set-version "$VERSION" --exclude voicevox_core_python_api --exclude download --exclude xtask + cargo set-version "$VERSION" -p voicevox_core_java_api - name: "Download artifact (android-arm64-cpu)" uses: actions/download-artifact@v3