We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a979f56 commit a4065aaCopy full SHA for a4065aa
1 file changed
.github/workflows/release.yml
@@ -237,13 +237,14 @@ jobs:
237
path: homebrew-tap
238
239
- name: Regenerate formula
240
+ working-directory: homebrew-tap
241
env:
242
VER: ${{ steps.sha.outputs.ver }}
243
SHA_MACOS_ARM64: ${{ steps.sha.outputs.macos_arm64 }}
244
SHA_MACOS_X64: ${{ steps.sha.outputs.macos_x64 }}
245
SHA_LINUX_ARM64: ${{ steps.sha.outputs.linux_arm64 }}
246
SHA_LINUX_X64: ${{ steps.sha.outputs.linux_x64 }}
- run: python3 .github/update-homebrew-formula.py
247
+ run: python3 ../.github/update-homebrew-formula.py
248
249
- name: Commit and push
250
working-directory: homebrew-tap
0 commit comments