We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeeb003 commit 1f9a94dCopy full SHA for 1f9a94d
.github/workflows/main.yml
@@ -219,7 +219,7 @@ jobs:
219
- name: Pick only required content for the Homebrew Tap
220
run: |
221
mkdir brew
222
- cp -rp api/ git/ global/ graph/ tests/ utils/ go.mod go.sum gqlgen.yml LICENSE server.go dist/ ./brew/
+ cp -rp api git global graph tests utils go.mod go.sum gqlgen.yml LICENSE server.go dist ./brew/
223
cd brew
224
tar -czf gitconvex-v${{ secrets.TARGET_RELEASE_CHANNEL }}-brew.tar.gz *
225
0 commit comments