Skip to content

Commit

Permalink
tweak: cmd path
Browse files Browse the repository at this point in the history
  • Loading branch information
mewejo committed Feb 7, 2023
1 parent 9948ae6 commit 7b8d2b2
Showing 1 changed file with 1 addition and 1 deletion.
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:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
project_path: "./cmd/main.go"
project_path: "./cmd/"
binary_name: "go-watering"
ldflags: "-s -w"
extra_files: LICENSE.md README.md

0 comments on commit 7b8d2b2

Please sign in to comment.