Skip to content

Commit e999f18

Browse files
author
Capuccino
committed
fix Travis pushing empty Renpy binaries
thisalso violates IP so let people grab their own files
1 parent 02ce8e5 commit e999f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ deploy:
5050
# Head to Settings > Environment variables and set this.
5151
secure: $GITHUB_API_KEY
5252
file_glob: true
53-
file: "*-dists/**"
53+
file: "*-dists/*-Mod.zip"
5454
skip_cleanup: true
5555
on:
5656
tags: true # your mods only builds and uploads releases on a GitHub Git tag so make sure you tag and release accordingly!

0 commit comments

Comments
 (0)