Skip to content

Commit

Permalink
fix Travis pushing empty Renpy binaries
Browse files Browse the repository at this point in the history
thisalso violates IP so let people grab their own files
  • Loading branch information
Capuccino committed Jun 25, 2018
1 parent 02ce8e5 commit e999f18
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 @@ -50,7 +50,7 @@ deploy:
# Head to Settings > Environment variables and set this.
secure: $GITHUB_API_KEY
file_glob: true
file: "*-dists/**"
file: "*-dists/*-Mod.zip"
skip_cleanup: true
on:
tags: true # your mods only builds and uploads releases on a GitHub Git tag so make sure you tag and release accordingly!

0 comments on commit e999f18

Please sign in to comment.