From 2e3e5eb6bd096001af06a5bd6c7f5d08314d3a15 Mon Sep 17 00:00:00 2001 From: Drew Smirnoff Date: Fri, 27 Mar 2026 22:42:51 +0400 Subject: [PATCH] ci: update path to the formula file (#425) --- .github/workflows/nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 26f41045eccb66ffb1c31c719e125fbedbd6a9ec..afac419abbcc0c7e68c36d3d88960abfe68d8cd0 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -103,7 +103,7 @@ jobs: # Clone the tap repo and push the nightly formula git clone "https://x-access-token:${GH_TOKEN}@github.com/floatpane/homebrew-matcha.git" /tmp/homebrew-matcha - cp /tmp/matcha-nightly.rb /tmp/homebrew-matcha/Formula/matcha-nightly.rb + cp /tmp/matcha-nightly.rb /tmp/homebrew-matcha/matcha-nightly.rb cd /tmp/homebrew-matcha git config user.name "goreleaserbot" git config user.email "bot@goreleaser.com"