Skip to content

Commit

Permalink
Fix: Fix condition
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
sevenc-nanashi committed Sep 30, 2023
1 parent 53af4ff commit d236789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit d236789

Please sign in to comment.