Skip to content

Commit 2fe3678

Browse files
committed
fix: build fails
1 parent 08ca4ae commit 2fe3678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
echo "GOARCH=$GOARCH" >> $GITHUB_ENV
5959
- name: Build binary
6060
run: |
61-
go build -o "$BINARY_NAME" -v ./src/
61+
go build -o "$BINARY_NAME" -v ./src/main/
6262
- name: Release
6363
uses: softprops/action-gh-release@v1
6464
with:

0 commit comments

Comments
 (0)