simpleinfra icon indicating copy to clipboard operation
simpleinfra copied to clipboard

Add run-github-release action.

Open XAMPPRocky opened this issue 5 years ago • 3 comments

This started out as a way to easily use mdbook for deploying, but it was easy enough to make it configurable to work with any github project's releases. I've tested that it works locally but I haven't tested it as a github action yet.

XAMPPRocky avatar Jan 23 '20 21:01 XAMPPRocky

@pietroalbini I think there's a bug in CI, since I'm on macOS ncc produces a slightly different build than when on CI.

XAMPPRocky avatar Jan 23 '20 22:01 XAMPPRocky

Could you try replacing requests with node-fetch? It has less code and no dependencies, but more importantly it doesn't have the dependency causing the diff (though-cookie).

pietroalbini avatar Jan 24 '20 11:01 pietroalbini

@pietroalbini I've migrated to node-fetch, but the diff persists.

XAMPPRocky avatar Jan 24 '20 13:01 XAMPPRocky