message no. 182966
Posted by i-make-robots in #github at 2020-06-30T21:41:55Z
I'd like to use actions to make a rolling nightly build for testers. normally the release download is a zip that contains my jar and some documentation. if I put my zip contents (minus the built jar file) in [project]/java/src/resources/, then (please) how do i mod my CI action to collate, zip, and release?