From dd17834a944235c682905c05a2716b78e48da2ae Mon Sep 17 00:00:00 2001 From: UmutSERIFLER Date: Sun, 16 Apr 2023 19:58:40 +0200 Subject: [PATCH] -- fixed typo --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9d8d2dc..f60d9d9 100644 --- a/action.yml +++ b/action.yml @@ -64,7 +64,7 @@ runs: # apply provisioning profile mkdir -p ~/Library/MobileDevice/Provisioning\ Profiles cp $PP_PATH ~/Library/MobileDevice/Provisioning\ Profiles - shell: bash + shell: bash - name: Clean Project run: | xcodebuild clean -project ${{ inputs.projectName }}.xcodeproj -scheme ${{ inputs.projectName }} -destination 'generic/platform=iOS' -configuration Release