We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a2de3 commit ea23048Copy full SHA for ea23048
1 file changed
.github/workflows/go.yml
@@ -53,7 +53,7 @@ jobs:
53
env:
54
GOOS: ${{ matrix.goos }}
55
GOARCH: ${{ matrix.goarch }}
56
- run: go build -v -o ${{ env.EXE_NAME }} main.go
+ run: go build -v -o ${{ env.EXE_NAME }} .
57
working-directory: ./core_engine
58
- name: Create Zip Archive
59
shell: bash
0 commit comments