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

Closed
LowFire opened this issue Dec 20, 2023 · 2 comments
Closed

Uploading Artifacts to Release #21

LowFire opened this issue Dec 20, 2023 · 2 comments

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.

@3ddelano 3ddelano closed this as completed Feb 8, 2025
@3ddelano
Copy link
Owner

3ddelano commented Feb 8, 2025

fixed in 02ca45a

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