Skip to content

Commit 88eff38

Browse files
committed
ci: add tree to explain path
1 parent 9f21d6d commit 88eff38

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,10 @@ jobs:
334334
- name: Binary(ipa)
335335
run: flutter build ipa --release --export-options-plist=./ios/export_options.plist
336336

337+
- name: File structure
338+
working-directory: build
339+
run: brew install tree && tree
340+
337341
- name: Release on App-Store
338342
working-directory: ios
339343
run: if [[ "${{github.ref_name}}" == *"dev"* ]]; then bundle exec fastlane beta; else bundle exec fastlane production; fi;

0 commit comments

Comments
 (0)