Skip to content
This repository has been archived by the owner on Feb 7, 2020. It is now read-only.

Commit

Permalink
fix(deploy): fix binary names
Browse files Browse the repository at this point in the history
  • Loading branch information
rande committed Dec 11, 2016
1 parent 2a0962c commit c6525b5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ deploy:
api_key:
secure: "uSFkzhrjswPhCfpqJxO4RshpkeM/+pJ0E2liyLQ8aUTbthih7y08BK/5fkDJ1J08jkMOmBzR8qzf1l7eiGpVhRdEerUh1mgraVyK6U/OvHDXVtcatx67vyyf6MjLxkoV3DCnbcwgoYyFSwQFHrExA8qZlOB07G0G38KbJThIxMk2YoWteJ7IwSS2vUnnlmSxn/nvfhm8pS0dy2TOrreOONLZiv6B0Bq55eB1c78j+7BjCHR/8AkBiEZ5nHYxeXgl/P1VV+iBkBZlPBr/hpIMD8gastqOTo48AZWAzeDpwMYTjau33KVeUjQcSm2HaNxt70iYaWSy5/6D+di6AksfuzhiYFOBwOLn/DBM2AeMciFq41FeZrzhug6BVVZa+5HnLTB+G79kuI8s3J7LKObJYLt/jBw0e1pvkU8MdEtY7hA4VtVN9ENzWc6yoV8G8W59y5fiN7G2lqIyCiyHA6Fcbf5MQUF2oOYI0mUL9eF05p11V8Mh1j4U3nfwV58jSyl63t5eq2Y3ckdTiIoOVuFSiAEHVFWvch6YWmZkrplK5yzCmq2SORhhB5nmuwl9onV2KiMniIIlNLzTL5mAXb5Sv5r7O5i68eOJQO/+Gnd4G7wt6poE9laQwQdDCaGvP2JpTkxkqjvhIgCtADMzHY31IINxtKDn1zZUpBIGfKFNOZU="
file:
- build/darwin-amd64-pkgmirror
- build/linux-amd64-pkgmirror
- build/linux-386-pkgmirror
- build/linux-arm-pkgmirror
- build/linux-arm64-pkgmirror
- build/darwin-amd64-gitlab-ci-helper
- build/linux-amd64-gitlab-ci-helper
- build/linux-386-gitlab-ci-helper
- build/linux-arm-gitlab-ci-helper
- build/linux-arm64-gitlab-ci-helper
skip_cleanup: true
overwrite: true
on:
Expand Down

0 comments on commit c6525b5

Please sign in to comment.