Skip to content

Commit

Permalink
Create directory before trying to write
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpleBooth committed Jun 5, 2020
1 parent 371893a commit 4778b0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-tap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
fi
brew update
mkdir -p "$(brew --repo)/Library/Taps/purplebooth"
cp -r ./homebrew-repo/. "$(brew --repo)/Library/Taps/purplebooth/homebrew-repo"
cd "$(brew --repo)/Library/Taps/purplebooth/homebrew-repo"
Expand Down

0 comments on commit 4778b0c

Please sign in to comment.