Skip to content

Commit

Permalink
Add log for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid committed Nov 22, 2024
1 parent 882cdcd commit 6477579
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,5 @@ jobs:
${{ secrets.APPLE_ACCOUNT_INFO_B64 }}
- name: Archive the demo
run: make archive-demo-${{ matrix.platform }}
run: |
make archive-demo-${{ matrix.platform }}
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ fastlane: install-tools

.PHONY: archive-demo-ios
archive-demo-ios: install-tools
@pkgx fastlane archive_demo_ios
@pkgx +xcodeproj fastlane archive_demo_ios

.PHONY: archive-demo-tvos
archive-demo-tvos: install-tools
@pkgx fastlane archive_demo_tvos
@pkgx +xcodeproj fastlane archive_demo_tvos

.PHONY: deliver-demo-nightly-ios
deliver-demo-nightly-ios: install-tools
Expand Down

0 comments on commit 6477579

Please sign in to comment.