latest 15 messages by i-make-robots

+ [2020-07-02T18:32:34Z] i-make-robots my project generates a jar file in ./target/name.jar... so I should put that? anyone got experience to help, please?
+ [2020-07-02T18:31:52Z] i-make-robots which asks for an "asset_path: ./myapp.zip # path to archive to upload"
+ [2020-07-02T18:31:35Z] i-make-robots I'm setting up an Action to deploy nightly builds of my maven java project. As a starting point I'm using https://github.com/marketplace/actions/deploy-nightly
+ [2020-06-30T21:44:07Z] i-make-robots but with an added zip command?
+ [2020-06-30T21:44:01Z] i-make-robots i imagine it's something like https://help.github.com/en/actions/language-and-framework-guides/building-and-testing-java-with-maven#packaging-workflow-data-as-artifacts
+ [2020-06-30T21:41:55Z] i-make-robots 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?
+ [2020-06-30T21:39:40Z] i-make-robots loving the new Actions. Finally CI on my java project.
+ [2019-04-21T04:42:12Z] i-make-robots what is the correct way to remove a file from a repo so that it never existed? I have a log file that was accidentally committed long ago. tho i put it in .gitignore it keeps tracking. I tried a few methods found on google and none have worked yet.
+ [2019-04-17T18:34:51Z] i-make-robots hello. I'm updating a github wiki and I want to show a block of code. Until now I've used Markdown for most wiki pages. what's the best edit mode to get what I want?
+ [2016-07-29T21:27:28Z] i-make-robots haha, classic ask the question find the answer two seconds later. with json payload $_REQUEST will be empty, must use file_get_contents('php://input').
+ [2016-07-29T21:25:33Z] i-make-robots hi! I'm testing my webhook in php. all I'm doing is print_r($_REQUEST). I expect the test response to show the payload contents. instead I get Array(). Any idea what I did wrong?
+ [2016-02-19T04:45:05Z] i-make-robots hi github. I'm stupid and I don't know how to resolve a merge conflict. My code's all up to date and the diffs have been fixed, but github GUI on windows still tells me to open a terminal and poke it. Can you please point me to a step-by-step so I don't kaboom this?