From d23678943925bf1598ed6c9af66a8dbe77540cb1 Mon Sep 17 00:00:00 2001 From: sevenc-nanashi Date: Sat, 30 Sep 2023 22:57:43 +0900 Subject: [PATCH] Fix: Fix condition [skip ci] --- .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 4a5a9d618..f84bbc73f 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -356,7 +356,7 @@ jobs: ${{ steps.build-voicevox-core-python-api.outputs.whl }} target_commitish: ${{ github.sha }} - name: Upload voicevox_core_java_api artifact - if: env.VERSION != '0.0.0' && !contains(matrix.target, 'android') + if: env.VERSION != '0.0.0' && contains(matrix.target, 'android') uses: actions/upload-artifact@v3 with: name: voicevox_core_java_api-${{ matrix.artifact_name }}