Skip to content

Commit

Permalink
Fix deploy file pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
sam701 committed Sep 30, 2019
1 parent 435bd39 commit f4f73bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ deploy:
provider: releases
api_key:
secure: g/9VsgtUeDRpkT7RLYHXljSQrVnvdpQ05oD7A9rqh/mh3Fbc4MA1YWjT4bzk0b7lmNQoWkMmIVTqHNl3JQ2RkopOufoUr8dt8DzUWzrflRm1otS9XmmoCrnprzSZlVE+xsj5MRWa7Jmsg4Uvazge90XQf6mhTUszmOpjdD9im/k1frxlQaLJVw3I0kOeFGN9gHJZVOZe7GkxGDkTawAJiEzkrRnMvowkxhr/NMGvMbrOmYK7z9G1sF+cJjwPZkzvPsBW3kXBnsYgBx8C4U3ImhfuRpH/qncrLRQmx7Hdj68FKpSr8ns9iufZqxfAbnO0KQVlnxLP7L60SQNLJbVQSxA0jKjnKAc/JVFtoofxJ7MBxgSeuX9B1Tnqk0XUR7iXljX+Dj7fNMHgyrQ4TBQX+KZEdHVEi5+yCRxNGfqHrwyKcvreihxnMJ0Xjfmgd651xrLTgs3XmBYepv8VSjyNc3KTkl9MnifKhWL2HMQqcYdah49LXpGsz9T+aI473L2mhbT35ToRsniye6xv5XjLl3GRWGcoiCJTddMbOf35qjkavyeBg91s8M/DkgEojr0KhG7WdgkOCbCtg3cdZrvLTMIh7GKpCjeVC3B8d7gO1Mh6FCjyFgJDQX+4bIaqRUpUh85Y6nDJSRLMfP2djwcU2WWmeqG6q/EDFf44qKVlEXg=
file_glob: true
file: target/deploy/*
skip_cleanup: true
on:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "awscredx"
version = "0.2.5"
version = "0.2.6"
authors = ["Alexei Samokvalov <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit f4f73bb

Please sign in to comment.