Skip to content

Commit a4065aa

Browse files
committed
fix(ci): run formula script from homebrew-tap/ working dir
1 parent a979f56 commit a4065aa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,13 +237,14 @@ jobs:
237237
path: homebrew-tap
238238

239239
- name: Regenerate formula
240+
working-directory: homebrew-tap
240241
env:
241242
VER: ${{ steps.sha.outputs.ver }}
242243
SHA_MACOS_ARM64: ${{ steps.sha.outputs.macos_arm64 }}
243244
SHA_MACOS_X64: ${{ steps.sha.outputs.macos_x64 }}
244245
SHA_LINUX_ARM64: ${{ steps.sha.outputs.linux_arm64 }}
245246
SHA_LINUX_X64: ${{ steps.sha.outputs.linux_x64 }}
246-
run: python3 .github/update-homebrew-formula.py
247+
run: python3 ../.github/update-homebrew-formula.py
247248

248249
- name: Commit and push
249250
working-directory: homebrew-tap

0 commit comments

Comments
 (0)