Skip to content

Commit 16fe30f

Browse files
Ilya VinokurovIlya Vinokurov
Ilya Vinokurov
authored and
Ilya Vinokurov
committed
github actions
1 parent 8f62c2e commit 16fe30f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
- name: Build for multiple platforms
2020
run: |
2121
mkdir -p builds
22-
GOOS=linux GOARCH=amd64 go build -o builds/tcp_client_linux_amd64 ./tcp_client
23-
GOOS=windows GOARCH=amd64 go build -o builds/tcp_client_windows_amd64.exe ./tcp_client
24-
GOOS=darwin GOARCH=amd64 go build -o builds/tcp_client_darwin_amd64 ./tcp_client
22+
GOOS=linux GOARCH=amd64 go build -o builds/tcp_client_linux_amd64 .
23+
GOOS=windows GOARCH=amd64 go build -o builds/tcp_client_windows_amd64.exe .
24+
GOOS=darwin GOARCH=amd64 go build -o builds/tcp_client_darwin_amd64 .
2525
2626
- name: Create Release
2727
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)