Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: non-tag "release" to actions artifacts #254

Closed
eriksw opened this issue Nov 10, 2020 · 1 comment · Fixed by #257
Closed

Feature request: non-tag "release" to actions artifacts #254

eriksw opened this issue Nov 10, 2020 · 1 comment · Fixed by #257

Comments

@eriksw
Copy link

eriksw commented Nov 10, 2020

It'd be nice if there was a way to have goreleaser create artifacts for PRs (and other non-tag runs) but instead of pushing an actual github release, it just uploads the artifacts to the actions run like actions/upload-artifact.

This would be particularly useful when working on cgo-requiring projects where building locally is annoying. (Push a branch, wait for action to run, get artifacts from the actions run.)

I have a hunch this might be possible without code changes, in which case please treat this issue as a request for an example workflow yaml. :)

@eriksw eriksw changed the title Feature request: "release" to actions artifacts Feature request: non-tag "release" to actions artifacts Nov 10, 2020
crazy-max added a commit that referenced this issue Nov 22, 2020
crazy-max added a commit that referenced this issue Nov 22, 2020
@crazy-max
Copy link
Member

@eriksw #257

crazy-max added a commit that referenced this issue Nov 29, 2020
* docs: Upload artifact example (#254)

* Fix README

* Typo

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants