Edit

kc3-lang/brotli/scripts/.bintray.json

Branch :

  • Show log

    Commit

  • Author : Eugene Kliuchnikov
    Date : 2017-04-23 14:07:08
    Hash : 6ece1d87
    Message : Move files & update paths (#541) * Move files & update paths * Rename build to scripts. * Fix paths * Fix script.

  • scripts/.bintray.json
  • {
        "package": {
            "name": "bin",
            "repo": "brotli",
            "subject": "eustas"
        },
    
        "version": {"name": "snapshot"},
    
        "files": [
            {
                "includePattern": "brotli.zip",
                "uploadPattern": "brotli-${TRAVIS_OS_NAME}-${RELEASE_DATE}.zip",
                "matrix_params": {"override": 1}
            }
        ],
    
        "publish": true
    }