We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5883c07 commit 892a1ccCopy full SHA for 892a1cc
1 file changed
.github/workflows/build.yaml
@@ -45,7 +45,7 @@ jobs:
45
GOOS: ${{ matrix.env.os }}
46
GOARCH: ${{ matrix.env.arch }}
47
CGO_ENABLED: 0
48
- run: go build -o bin/${{ matrix.env.name }} cmd/main.go
+ run: go build -o bin/${{ matrix.env.name }} .
49
50
- name: Publish artifacts
51
uses: actions/upload-artifact@v4
0 commit comments