trust icon indicating copy to clipboard operation
trust copied to clipboard

Windows binaries fail to deploy from Travis CI

Open Calinou opened this issue 7 years ago • 2 comments

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:

Calinou avatar Aug 23 '18 20:08 Calinou

Nevermind, this pull request seems to address this issue (while removing a few hardcoded references).

Calinou avatar Aug 23 '18 20:08 Calinou

Why was this issue closed ? The problem is still there, and the pull request that fixes it is still pending.

lovasoa avatar Jun 30 '19 18:06 lovasoa