Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Thompson committed Nov 15, 2021
1 parent 294146d commit fb16ac0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
Binary file removed .cmd/autocomplete
Binary file not shown.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: "Git diff"
run: git --no-pager diff
- name: build
run: go build -o ./cmd
run: go build -o bin/autocomplete
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
with:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*~
bin
Binary file removed cmd
Binary file not shown.

0 comments on commit fb16ac0

Please sign in to comment.