You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know that the pipeline is uploading artifacts every time it builds, but is it possible to have those artifacts uploaded into release anytime there is a new build? I wanted to ask because it would make it much easier to grab them from a ci/cd pipeline since the url to the latest release will always be the same. My friend and I want to be able to easily grab the newest version of the plugin the second new changes become available.
The text was updated successfully, but these errors were encountered:
Getting it from the build action should be possible via the GitHub API. Perhaps a version check can be integrated into the plugin which will check if it is the latest version or not. This would involve incrementing the plugin version and creating a tag for every commit. And then it can be uploaded as a release too.
I know that the pipeline is uploading artifacts every time it builds, but is it possible to have those artifacts uploaded into release anytime there is a new build? I wanted to ask because it would make it much easier to grab them from a ci/cd pipeline since the url to the latest release will always be the same. My friend and I want to be able to easily grab the newest version of the plugin the second new changes become available.
The text was updated successfully, but these errors were encountered: