File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ jobs:
2727 -
2828 name : Build & Test
2929 run : |
30- go build -v ./cmd/git-goopen
30+ go build -v ./cmd/git-open
3131 go test ./...
3232 -
3333 name : Run GoReleaser
3434 uses : goreleaser/goreleaser-action@master
3535 with :
3636 args : release --snapshot --skip-publish --rm-dist
37- workdir : ./cmd/git-goopen
37+ workdir : ./cmd/git-open
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ report-card: ## Generate static analysis report
1212 goreportcard-cli -v
1313
1414build : # # Builds a static linked binary
15- go build -o git-open ./cmd/git-goopen
15+ go build -o git-open ./cmd/git-open
1616
1717install : # # Installs the static linked binary
18- go install ./cmd/git-goopen
18+ go install ./cmd/git-open
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments