Skip to content

Commit ea23048

Browse files
Update go.yml
1 parent 46a2de3 commit ea23048

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
env:
5454
GOOS: ${{ matrix.goos }}
5555
GOARCH: ${{ matrix.goarch }}
56-
run: go build -v -o ${{ env.EXE_NAME }} main.go
56+
run: go build -v -o ${{ env.EXE_NAME }} .
5757
working-directory: ./core_engine
5858
- name: Create Zip Archive
5959
shell: bash

0 commit comments

Comments
 (0)