Skip to content

Commit

Permalink
Fix if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
BPerlakiH committed Jan 9, 2025
1 parent a63649a commit 1a464b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/xcbuild/action.yml
Original file line number Diff line number Diff line change
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 1a464b4

Please sign in to comment.