We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b86c0cb commit 2d1117fCopy full SHA for 2d1117f
.travis.yml
@@ -48,7 +48,7 @@ deploy:
48
api_key:
49
secure: $GITHUB_API_KEY
50
file_glob: true
51
- file: "********-*.*.*-dists/**"
+ file: "*-dists/**"
52
skip_cleanup: true
53
on:
54
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