Skip to content

Commit

Permalink
[chore] add echo $default for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mrs1669 committed May 14, 2024
1 parent 2d53dfb commit 10b180d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/archive-working.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
echo Using default scheme: $default
- name: Archive Project
run: |
run: |
echo $default
xcodebuild archive -project IOSTemplateApp.xcodeproj \
-scheme $default \
-sdk iphoneos \
Expand Down

0 comments on commit 10b180d

Please sign in to comment.