Skip to content

Commit

Permalink
Fix: パスを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed May 20, 2023
1 parent 027fc5b commit cab7038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
--keystorepass password \
--keystorealias voicevox \
--keystorealiaspass password
mv android/app/build/outputs/apk/release/app-release-signed.aab /tmp/voicevox-mobile-$VOICEVOX_EDITOR_VERSION.aab
mv android/app/build/outputs/bundle/release/app-release-signed.aab /tmp/voicevox-mobile-$VOICEVOX_EDITOR_VERSION.aab
- name: Upload apk
if: (github.event.release.tag_name || github.event.inputs.version) != ''
Expand Down

0 comments on commit cab7038

Please sign in to comment.