Conversation
ec2a2cb to
cc9d034
Compare
|
check out runs on my fork:
p.s.: please fix windows compilation |
itsjunetime
left a comment
There was a problem hiding this comment.
I generally like this, and really do appreciate the work you've put into this. It's definitely something tdf would benefit from.
I'm not certain I like the tip-release workflow, so if you'd be able to explain it a bit more or what's useful about it, I'd appreciate it.
Also, I've obviously gotta figure out windows compilation. I don't have a windows machine, but I'll take a look at that and hopefully get it working soon.
| files: release-artifacts/* | ||
| prerelease: ${{ contains(github.ref, 'alpha') || contains(github.ref, 'beta') || contains(github.ref, 'rc') }} | ||
|
|
||
| tip-release: |
There was a problem hiding this comment.
I'm not sure I understand the usefulness or purpose of this workflow - does it just overwrite the tip tag with the latest commit every time a new commit is pushed?
There was a problem hiding this comment.
yes, there's a release, that's always updated on commits to main
eg:
Co-authored-by: June <61218022+itsjunetime@users.noreply.github.com>
Co-authored-by: June <61218022+itsjunetime@users.noreply.github.com>
|
Could you update the |
Co-authored-by: June <61218022+itsjunetime@users.noreply.github.com>
fixes #10