Skip to content

Commit 27bff67

Browse files
committed
ci: change homebrew rb path
Signed-off-by: Balaji J <j.balaji2468@gmail.com>
1 parent 2bf5362 commit 27bff67

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
name: dist-homebrew
129129
if-no-files-found: error
130130
retention-days: 7
131-
path: dist/pgxcli.rb
131+
path: dist/homebrew/Formula/pgxcli.rb
132132

133133
windows:
134134
needs: validate-tag-name
@@ -265,7 +265,7 @@ jobs:
265265
run: |
266266
git clone https://x-access-token:${TAP_GITHUB_TOKEN}@github.com/Balaji01-4D/homebrew-pgxcli.git /tmp/homebrew-pgxcli
267267
mkdir -p /tmp/homebrew-pgxcli/Formula
268-
cp dist/pgxcli.rb /tmp/homebrew-pgxcli/Formula/pgxcli.rb
268+
cp dist/homebrew/Formula/pgxcli.rb /tmp/homebrew-pgxcli/Formula/pgxcli.rb
269269
cd /tmp/homebrew-pgxcli
270270
git config user.name "github-actions[bot]"
271271
git config user.email "github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)