trust
trust copied to clipboard
Windows binaries fail to deploy from Travis CI
Due to Windows binaries having an .exe extension, the following line won't match Windows binaries and will fail to deploy them:
https://github.com/japaric/trust/blob/bbeaa9b8282f5faf2a2e276d41e2960082edbd2b/ci/before_deploy.sh#L24
Adding a wildcard glob (such as hello*) is a simple workaround to this problem, but this should be fixed so that it works out of the box :slightly_smiling_face:
Nevermind, this pull request seems to address this issue (while removing a few hardcoded references).
Why was this issue closed ? The problem is still there, and the pull request that fixes it is still pending.