Skip to content

Commit

Permalink
Fix deploy task unable to locate build by set cleanup to false
Browse files Browse the repository at this point in the history
  • Loading branch information
socheatsok78 committed Feb 12, 2020
1 parent 49ec993 commit 72e38fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ after_success:

deploy:
provider: releases
cleanup: true
cleanup: false
token: $GITHUB_OAUTH_TOKEN
file: "build/Khmer Unicode Installer.pkg"
on:
Expand Down

0 comments on commit 72e38fa

Please sign in to comment.