Skip to content

Commit 1f9a94d

Browse files
committed
update copy command for brew build
1 parent aeeb003 commit 1f9a94d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219
- name: Pick only required content for the Homebrew Tap
220220
run: |
221221
mkdir brew
222-
cp -rp api/ git/ global/ graph/ tests/ utils/ go.mod go.sum gqlgen.yml LICENSE server.go dist/ ./brew/
222+
cp -rp api git global graph tests utils go.mod go.sum gqlgen.yml LICENSE server.go dist ./brew/
223223
cd brew
224224
tar -czf gitconvex-v${{ secrets.TARGET_RELEASE_CHANNEL }}-brew.tar.gz *
225225

0 commit comments

Comments
 (0)