Skip to content

Commit

Permalink
Updating the paths to the deployment files
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelldavis committed Dec 31, 2018
1 parent 7f28ded commit 2a750d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ deploy:
provider: releases
api_key: $github_token
file:
- "./bazel-bin/external/hashicorp_verifier/hashicorp_verifier/darwin_amd64_pure_stripped/hashicorp_verfier_darwin_amd64"
- "./bazel-bin/external/hashicorp_verifier/hashicorp_verifier/linux_amd64_pure_stripped/hashicorp_verfier_linux_amd64"
- "./bazel-bin/external/hashicorp_verifier/hashicorp_verifier/windows_amd64_pure_stripped/hashicorp_verfier_windows_amd64.exe"
- "./bazel-bin/external/hashicorp_verifier/hashicorp_verifier/darwin_amd64_pure_stripped/hashicorp_verifier_darwin_amd64"
- "./bazel-bin/external/hashicorp_verifier/hashicorp_verifier/linux_amd64_pure_stripped/hashicorp_verifier_linux_amd64"
- "./bazel-bin/external/hashicorp_verifier/hashicorp_verifier/windows_amd64_pure_stripped/hashicorp_verifier_windows_amd64.exe"
skip_cleanup: true
draft: true
on:
Expand Down

0 comments on commit 2a750d3

Please sign in to comment.