From e999f18cb6c1aa196a812d84d6616cf7759fcc5f Mon Sep 17 00:00:00 2001 From: Capuccino Date: Mon, 25 Jun 2018 10:56:35 +0000 Subject: [PATCH] fix Travis pushing empty Renpy binaries thisalso violates IP so let people grab their own files --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2645773..d962b0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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! \ No newline at end of file