refactor: commands

This commit is contained in:
debugtalk
2022-01-08 15:10:37 +08:00
parent 2598691c69
commit 2ec2b86c05
18 changed files with 45 additions and 27 deletions

View File

@@ -27,7 +27,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
project_path: "./hrp" # go build ./hrp/main.go
project_path: "./cli/hrp" # go build ./cli/hrp/main.go
binary_name: "hrp"
ldflags: "-s -w"
extra_files: LICENSE README.md docs/CHANGELOG.md