Github artifact uploading
Hi,
I'm strugling to get github to upload the artifact - I 'possibly' got it working once but managed to get the thing stuck in a cycle of building based on the release being uploaded.. and now I'm struggling to get it to find an artifact..
I have the artifact uploading to appveyor but not github..
Ultimately I also want to upload a tgz, the deb and an Msi all to github for each release..
https://github.com/davidwallis3101/HomeGenie/blob/master/appveyor.yml
Thanks
David
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac

1 Posted by Ilya Finkelshte... on 22 Jun, 2017 09:03 PM
Hi David,
Try
artifact: release\**\*.debhere.However if you want to upload all artifacts packaged by the build, you can simple skip
artifact:section altogether, it is needed if you have some other artifacts which should not go to the GitHub releases.Ilya.
2 Posted by David Wallis on 23 Jun, 2017 10:19 AM
Sorted, thanks :D
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:18 AM.