mirror of
https://github.com/wgtunnel/android.git
synced 2026-06-02 00:29:08 +02:00
ci: add verbose fastlane logging
This commit is contained in:
@@ -240,4 +240,4 @@ jobs:
|
||||
- name: Distribute app to Prod track 🚀
|
||||
run: |
|
||||
track=${{ github.event_name == 'push' && 'production' || inputs.track }}
|
||||
(cd ${{ github.workspace }} && bundle install && bundle exec fastlane $track)
|
||||
(cd ${{ github.workspace }} && bundle install && bundle exec fastlane $track --verbose)
|
||||
Reference in New Issue
Block a user