Skip to content

Commit 1581dc4

Browse files
committed
action bug
1 parent 4a8e6d2 commit 1581dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
go-version: '1.21.0'
2525
- name: Build
26-
run: go build -v -ldflags="-H windowsgui -o RemoteController.exe"
26+
run: go build -v -ldflags="-H windowsgui -o ./RemoteController.exe"
2727

2828
- name: Test
2929
run: go test -v ./...

0 commit comments

Comments
 (0)