chore: fix android submit path
This commit is contained in:
parent
0ccc57eee0
commit
223f26ece5
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue