Add the correct artifact

This commit is contained in:
Tyler 2018-07-31 21:43:53 -04:00
parent 8765bff04f
commit 5636224ebd
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ build-linux-amd64:
- GOOS=linux go build -o joker-amd64
artifacts:
paths:
- joker
- joker-amd64
build-linux-arm:
image: golang:alpine