Last active
July 6, 2017 12:25
-
-
Save Calinou/b9e15b5cd0d5b8d96c3d15cb94a683c7 to your computer and use it in GitHub Desktop.
Godot build Bintray deployment (Travis, macOS)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"package": { | |
"name": "editor", | |
"repo": "godot", | |
"subject": "calinou" | |
}, | |
"version": { | |
"name": "${VERSION}", | |
"desc": "Autogenerated Godot Engine Editor build", | |
"released": "${DATE}", | |
"vcs_tag": "", | |
"gpgSign": false | |
}, | |
"files": | |
[ | |
{"includePattern": "Godot-macOS-x86_64.dmg", "uploadPattern": "Godot-macOS-x86_64-${VERSION}.dmg"} | |
], | |
"publish": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment