From 20b45a16f4e2aa89fbda5f43a6ed25942e4dc58a Mon Sep 17 00:00:00 2001 From: Hiroshiba Date: Thu, 23 Mar 2023 03:16:02 +0900 Subject: [PATCH] =?UTF-8?q?android=E7=89=88=E3=81=AE=E3=83=93=E3=83=AB?= =?UTF-8?q?=E3=83=89=E3=81=8C=E9=80=9A=E3=82=89=E3=81=AA=E3=81=84=E5=95=8F?= =?UTF-8?q?=E9=A1=8C=E3=81=AE=E8=A7=A3=E6=B1=BA=EF=BC=88line=202:=20syntax?= =?UTF-8?q?=20error=20near=20unexpected=20token=20`;'=EF=BC=89=20(#450)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 966ca0e26..4ff895c12 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -131,7 +131,7 @@ jobs: shell: bash run: | cargo set-version "$VERSION" --exclude voicevox_core_python_api --exclude download --exclude xtask - if ${{ matrix.whl_local_version }}; then cargo set-version "$VERSION+"${{ matrix.whl_local_version }} -p voicevox_core_python_api; fi + if ${{ !!matrix.whl_local_version }}; then cargo set-version "$VERSION+"${{ matrix.whl_local_version }} -p voicevox_core_python_api; fi - name: generate voicevox_core.h shell: bash run: cbindgen --crate voicevox_core_c_api -o ./voicevox_core.h