Hey hi!
I am trying to use GitHub Releases to upload binaries of my compiled code to GitHub. Linux and macOS tag their releases properly, whereas Windows uploads an untagged-*
release instead.
Build: https://travis-ci.com/phoe-trash/furcadia-post-splitter/builds/133670864
From my own big of debugging, the logs for the Installing deploy dependencies
step on Linux and macOS say:
Logged in as Michał Herda
Deploying to repo: phoe-trash/furcadia-post-splitter
Current tag is: latest
But the logs on Windows say:
The system cannot find the path specified.
The system cannot find the path specified.
Logged in as Michał Herda
Deploying to repo: phoe-trash/furcadia-post-splitter
The system cannot find the path specified.
Current tag is:
Therefore, to me, it seems that Windows fails to currently recognize that there is a Git tag and therefore uploads an untagged build instead.
This would hint that there is a either a bug in my YAML configuration for Travis (which would be weird, because Linux and macOS work properly!), or a bug on how Windows on Travis works (and that is what the lines The system cannot find the path specified.
seem to hint for).
Could you help me diagnose and fix the issue?