Skip to content

Commit

Permalink
Debug path above
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Nov 4, 2024
1 parent 82547b8 commit a76e545
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ jobs:
ANDROID_UPLOAD_KEY_PASSWORD: ${{ steps.load-credentials.outputs.ANDROID_UPLOAD_KEY_PASSWORD }}

- name: Debug paths
run: ls -laR .
run: ls -laR ../

# - name: Upload Android app to Google Play
# run: bundle exec fastlane android upload_google_play_internal_hybrid
Expand Down Expand Up @@ -581,7 +581,7 @@ jobs:
run: bundle exec fastlane ios build_hybrid

- name: Debug paths
run: ls -laR .
run: ls -laR ../

# - name: Upload release build to TestFlight
# if: ${{ !fromJSON(env.SHOULD_DEPLOY_PRODUCTION) }}
Expand Down

0 comments on commit a76e545

Please sign in to comment.