There was an error while loading. Please reload this page.
1 parent 2bf5362 commit 27bff67Copy full SHA for 27bff67
1 file changed
.github/workflows/release.yml
@@ -128,7 +128,7 @@ jobs:
128
name: dist-homebrew
129
if-no-files-found: error
130
retention-days: 7
131
- path: dist/pgxcli.rb
+ path: dist/homebrew/Formula/pgxcli.rb
132
133
windows:
134
needs: validate-tag-name
@@ -265,7 +265,7 @@ jobs:
265
run: |
266
git clone https://x-access-token:${TAP_GITHUB_TOKEN}@github.com/Balaji01-4D/homebrew-pgxcli.git /tmp/homebrew-pgxcli
267
mkdir -p /tmp/homebrew-pgxcli/Formula
268
- cp dist/pgxcli.rb /tmp/homebrew-pgxcli/Formula/pgxcli.rb
+ cp dist/homebrew/Formula/pgxcli.rb /tmp/homebrew-pgxcli/Formula/pgxcli.rb
269
cd /tmp/homebrew-pgxcli
270
git config user.name "github-actions[bot]"
271
git config user.email "github-actions[bot]@users.noreply.github.com"
0 commit comments