Skip to content

Commit 114da01

Browse files
authored
Update build.yml
1 parent 3cc57fc commit 114da01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Build
2020
run: |
21-
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -trimpath -ldflags '-s -w --extldflags "-static -fpic"' -o file_zip_windows_x64.exe
21+
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -trimpath -ldflags '-s -w --extldflags "-static -fpic"' -o file_zip_win32_x64.exe
2222
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -trimpath -ldflags '-s -w --extldflags "-static -fpic"' -o file_zip_linux_x64
2323
CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -trimpath -ldflags '-s -w --extldflags "-static -fpic"' -o file_zip_linux_arm64
2424
CGO_ENABLED=0 GOOS=linux GOARCH=arm go build -trimpath -ldflags '-s -w --extldflags "-static -fpic"' -o file_zip_linux_arm
@@ -48,7 +48,7 @@ jobs:
4848
title: Development Build
4949
prerelease: true
5050
files: |
51-
file_zip_windows_x64.exe
51+
file_zip_win32_x64.exe
5252
file_zip_linux_x64
5353
file_zip_linux_arm64
5454
file_zip_linux_arm

0 commit comments

Comments
 (0)