-
Notifications
You must be signed in to change notification settings - Fork 29
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
feat: upload assets to GitHub release #334
Conversation
Now that I see your code, I feel like we need to change
What do you think? Do you find any other parameters useful there besides version and dir? |
Seems nice! I'm figuring Another possible option is to accept glob pattern. releases: {
assetsToUpload: "dist/*.zip"
} Those options can be considered.
|
3 sounds complete, but you could do 1 first and 3 later if it's too big for you to work on at the moment. |
b38d7c1
to
919153f
Compare
added |
64c23e4
to
ed6238a
Compare
|
@uetchy |
fc60cf0
to
c9de95f
Compare
@eunjae-lee OK now I added It should be cross-platform ready now. |
Congrats and thanks for your contribution. I really appreciate it 🙂 |
Awesome😎 |
Adding support for uploading assets to GitHub release.
Fixes #332