Skip to content

Commit

Permalink
fix: Path to main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
TsekNet committed Apr 22, 2024
1 parent df35c0b commit 8992f60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist -f .goreleaser.yml
args: release --clean -f .goreleaser.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ builds:
- windows
goarch:
- amd64
main: ./cli/
main: ./cmd/gomls/main.go
archives:
# Optionally override the matrix generation and specify only the final list of targets.
- format: binary
Expand Down

0 comments on commit 8992f60

Please sign in to comment.