Skip to content

Commit

Permalink
Show destinations
Browse files Browse the repository at this point in the history
  • Loading branch information
BPerlakiH committed Feb 28, 2025
1 parent 7d5eab9 commit 1271576
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/xcbuild/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ runs:
shell: bash
run: xcrun xcodebuild -workspace $XC_WORKSPACE -scheme $XC_SCHEME -showBuildSettings

- name: Show eligible build destinations for the ${{ inputs.XC_SCHEME }}
shell: bash
run: xcrun xcodebuild -showdestinations -scheme ${{ inputs.XC_SCHEME }}

- name: Build with Xcode
env:
ACTION: ${{ inputs.action }}
Expand Down

0 comments on commit 1271576

Please sign in to comment.