Skip to content

Commit

Permalink
Merge pull request #2 from UmutSERIFLER/develop
Browse files Browse the repository at this point in the history
-- fixed typo
  • Loading branch information
UmutSERIFLER authored Apr 16, 2023
2 parents 49431eb + dd17834 commit ed8ec7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed8ec7b

Please sign in to comment.