Skip to content
Snippets Groups Projects
Commit 4fb2e632 authored by Jake Taylor's avatar Jake Taylor
Browse files

fix uploads

parent 37f3a438
No related branches found
No related tags found
1 merge request!23Release
......@@ -70,7 +70,7 @@ build:
- GOOS=windows GOARCH=amd64 CGO_ENABLED=0 go build -ldflags '-w -s' -o release/client.win64 main.go
# - GOOS=windows GOARCH=386 CGO_ENABLED=0 go build -ldflags '-w -s' -o release/client.win32 main.go
- GOOS=darwin GOARCH=amd64 CGO_ENABLED=0 go build -ldflags '-w -s' -o release/client.darwin64 main.go
- /upload-artifacts.sh release/
- /upload-artifact.sh client release/client.linux64
artifacts:
paths:
- release/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment