Skip to content

Commit

Permalink
Merge pull request #7 from fiveai/update-ci-fix
Browse files Browse the repository at this point in the history
corrected filenames for upload
  • Loading branch information
graemedavidson authored Aug 13, 2019
2 parents d573d4d + dfabaef commit c508cc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ script:
deploy:
provider: releases
api_key: $GITHUB_TOKEN
file: terraform-provider-freeipa_$TRAVIS_TAG
file:
- terraform-provider-freeipa_$TRAVIS_TAG-linux-amd64
skip_cleanup: true
on:
tags: true

0 comments on commit c508cc5

Please sign in to comment.