Doug Tangren

Results 432 comments of Doug Tangren

Have you tried experimenting with this yet. it might just work. this pull attempts to find a release for a ref, and create one off one doesn't exist so that...

Im now seeing ncc generate 3 additional files. I need to investigate why before merging ``` 3kB dist/fixasync.js 17kB dist/sandbox.js 37kB dist/contextify.js ```

Yes the only want to refer to files created across jobs is with the upload/download artifact actions. Your use case should work with this action as long as the files...

> action-gh-release needs a flag to fail when files is being set but may be empty due to a earlier problem. Have you tried using the `fail_on_unmatched_files` input? Alternatively, if...

The current behavior is to update a release when attempting to create a release of the same version. For something like an automated nightly release you may want a tag...

Github releases doesn’t support more than one release asset with the same name. Typically want you want to do is to create an archive containing your binary with a name...

Thanks for the pull. there's actually an [oktokit plugin that implements this for you](https://www.npmjs.com/package/@octokit/plugin-retry). If possible I'd love to use this as the standard approach before implementing a custom retry...

That seems doable, yes > Some projects need to be built on multiple architectures and multiple operating systems. For example, compile on x64-windows, x86-windows, x64-linux, x64-osx. Such project is run...

you bet. let me know if you need help on how to structure that

I just saw this pull after https://github.com/softprops/action-gh-release/pull/39. Does that also solve the solve for this case as well?