Skip to content

Commit

Permalink
Add zip on windows for artifact package
Browse files Browse the repository at this point in the history
  • Loading branch information
sam701 committed Sep 30, 2019
1 parent 5858929 commit 339152f
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 @@ -11,6 +11,7 @@ script:

before_deploy:
- mkdir -p target/deploy
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install zip ; fi
- cd target/release; zip ../deploy/awscredx-${TRAVIS_OS_NAME}.zip awscredx; cd ../..
- ls -la target/deploy
deploy:
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.7"
version = "0.2.8"
authors = ["Alexei Samokvalov <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 339152f

Please sign in to comment.