Automatic Builds#22
Conversation
|
@bakustarver thanks for the contribution! I'm curious what the goal here is. Specifically, I'm just wondering if it would be preferable to build a real release workflow rather than ad-hoc building artifacts on every push. What do you think? I also note that every job runs |
|
I replaced push-triggered artifact creation with a workflow_dispatch event. If needed, I can also configure a separate workflow to automatically publish builds to the release tab. |
|
I added another workflow that handles publishing artifacts in the Release tab. |
|
Thanks for the fix! I think what I'd like to see when it comes to releases is a tag-based triggered release. If I push a I did something similar in another one of my projects that you're welcome to cheat off of here if you'd like :) |
|
My goal is to get an automatic build without npm. |
Enable GitHub Actions autobuilds to generate release artifacts for Windows, Linux and macOS automatically.
They appear as workflow runs in the Actions tab, with downloadable builds attached.