Skip to content

Commit 2c7e102

Browse files
authored
Update build_release.yml
1 parent 69fb3a3 commit 2c7e102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# run: GOOS=darwin GOARCH=amd64 go build -o output/${{env.MAC_BUILD_NAME}} cmd/main.go
3232

3333
- name: Build for Windows
34-
run: GOOS=windows GOARCH=amd64 go build -o output/${{env.WIN_BUILD_NAME}} cmd/main.go -ldflags="-H windowsgui"
34+
run: GOOS=windows GOARCH=amd64 go build -ldflags="-H windowsgui" -o output/${{env.WIN_BUILD_NAME}} cmd/main.go
3535

3636

3737
- name: Attach Win Build

0 commit comments

Comments
 (0)