Skip to content

Commit

Permalink
Fix Publish Job Working Directory (#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBuggedYRN authored Nov 29, 2022
1 parent a520a36 commit ec08fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ jobs:
publish:
macos:
xcode: 13.4.1
working_directory: ~
working_directory: '~'
steps:
- checkout:
path: ~/project
Expand Down

0 comments on commit ec08fb2

Please sign in to comment.