shlomif
1
Hi all!
In https://travis-ci.org/shlomif/PySolFC/jobs/454404282 the final stage of the deploy on tag has empty output and I cannot see the ./dist/PySolFC.app
artefact here - https://github.com/shlomif/PySolFC/releases/tag/pysolfc-2.5.4 . Why? How can it be fixed?
./dist/PySolFC.app
is not a file, but a directory, so it’s not uploaded. This should be clearly indicated in the logs and the documents.
shlomif
3
Thanks! It doesn’t appear to be indicated in the logs - is it an issue with travis-ci? Anyway I can try fixing it now.
Sorry for the confusion. By “should”, I meant that the current behavior (not indicating that the non-files are skipped) is wrong and should change.
shlomif
5
OK, thanks for the update. The build is now successful after I tarred the dir and updated the tarball, but you are right that it should be fixed.