mirror of
https://github.com/airwindows/airwindows.git
synced 2026-05-15 06:05:55 -06:00
[GH-ISSUE #58] Utilize GitHub Versions and Releases #49
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/airwindows#49
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kmturley on GitHub (Mar 24, 2025).
Original GitHub issue: https://github.com/airwindows/airwindows/issues/58
Currently new source code is pushed to this GitHub repo, however there are no Versions or Releases and download is all or nothing.
I have a plugin installer which links to:
https://github.com/airwindows/airwindows/archive/refs/heads/master.zip
But this is a moving target, the file has changes over time, and plugins can be added/removed.
Use-cases
GitHub provides these features and it is possible to automate the steps of a release:
https://docs.github.com/en/repositories/releasing-projects-on-github
It would be easy to have a GitHub workflow which publishes Linux, Mac, Windows versions of each plugin as a separate binary in a Release. For example Surge:
https://github.com/surge-synthesizer/releases-xt/releases
Thanks!
@l1npengtul commented on GitHub (Mar 30, 2025):
This would also help me as I maintain this package on nixpkgs.