Skip to content

Commit 892a1cc

Browse files
committed
Update build workflow configuration
1 parent 5883c07 commit 892a1cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
GOOS: ${{ matrix.env.os }}
4646
GOARCH: ${{ matrix.env.arch }}
4747
CGO_ENABLED: 0
48-
run: go build -o bin/${{ matrix.env.name }} cmd/main.go
48+
run: go build -o bin/${{ matrix.env.name }} .
4949

5050
- name: Publish artifacts
5151
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)