Skip to content

Commit

Permalink
try debug inline
Browse files Browse the repository at this point in the history
  • Loading branch information
docimin committed Dec 16, 2024
1 parent 03fabeb commit e26f43c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: 👷 Build app
run: |
eas build --local \
EXPO_DEBUG=1 eas build --local \
--non-interactive \
--output=./app-build \
--platform=${{ github.event.inputs.platform }} \
Expand All @@ -65,5 +65,4 @@ jobs:
env:
EXPO_APPLE_ID: ${{ secrets.EXPO_APPLE_ID }}
EXPO_APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.EXPO_APPLE_APP_SPECIFIC_PASSWORD }}
EXPO_DEBUG: ${{ env.EXPO_DEBUG }}
run: eas submit -p ${{ github.event.inputs.platform }} --profile ${{ github.event.inputs.profile }} --path app-build

0 comments on commit e26f43c

Please sign in to comment.