Skip to content

Commit d516374

Browse files
committed
path type (diff diff)
1 parent 17dcab9 commit d516374

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/update-homebrew.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ jobs:
3030

3131
- name: Update formula
3232
run: |
33-
chmod +x homebrew-tap/.github/scripts/update-homebrew.sh
34-
VERSION=${{ steps.get_version.outputs.version }} ./homebrew-tap/.github/scripts/update-homebrew.sh
33+
cd homebrew-tap
34+
chmod +x .github/scripts/update-homebrew.sh
35+
VERSION=${{ steps.get_version.outputs.version }} ./.github/scripts/update-homebrew.sh
3536
3637
- name: Commit and push
3738
run: |

0 commit comments

Comments
 (0)