chore: fix android submit path

This commit is contained in:
DIYgod 2025-04-13 14:28:21 +08:00
parent 0ccc57eee0
commit 223f26ece5
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -81,4 +81,4 @@ jobs:
- name: Submit to Google Play
if: github.event.inputs.profile == 'production'
working-directory: apps/mobile
run: eas submit --platform android --path build.aab --non-interactive
run: eas submit --platform android --path ${{ github.workspace }}/build.aab --non-interactive