Skip to content
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

Uploading Artifacts to Release #21

Open
LowFire opened this issue Dec 20, 2023 · 1 comment
Open

Uploading Artifacts to Release #21

LowFire opened this issue Dec 20, 2023 · 1 comment

Comments

@LowFire
Copy link
Contributor

LowFire commented Dec 20, 2023

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.

@3ddelano
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants