ci: update path to the formula file (#425)

Drew Smirnoff created

Change summary

.github/workflows/nightly.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

.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"