Skip to content

Commit 4cd70b8

Browse files
fix(typo): gh action go build command.
1 parent 562c20d commit 4cd70b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
go-version-file: "go.mod"
1818

1919
- name: Build
20-
run: go build -v -o blossom-linux-amd64
20+
run: go build -o blossom-linux-amd64 ./cmd/api/main.go
2121

2222
- name: Release
2323
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)