Skip to content

Commit

Permalink
Change if condition
Browse files Browse the repository at this point in the history
  • Loading branch information
BPerlakiH committed Jan 9, 2025
1 parent 1a464b4 commit efa5315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/xcbuild/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inputs:
xc-destination:
required: true
APPLE_DEVELOPMENT_SIGNING_CERTIFICATE:
required: true
required: false
APPLE_DEVELOPMENT_SIGNING_P12_PASSWORD:
required: true
DOWNLOAD_DEPENDENCIES:
Expand Down Expand Up @@ -69,7 +69,7 @@ runs:
security unlock-keychain -p $KEYCHAIN_PASSWORD $KEYCHAIN
- name: Add Apple Development certificate to Keychain
if: ${{ inputs.APPLE_DEVELOPMENT_SIGNING_CERTIFICATE != "" }}
if: ${{ inputs.APPLE_DEVELOPMENT_SIGNING_CERTIFICATE }}
uses: ./.github/actions/install-cert
with:
SIGNING_CERTIFICATE: ${{ inputs.APPLE_DEVELOPMENT_SIGNING_CERTIFICATE }}
Expand Down

0 comments on commit efa5315

Please sign in to comment.