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

Upload build artifacts #102

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

gostefan
Copy link
Contributor

The first commit allows running the build workflow manually.
With that it's much easier to see if and how a branch builds even if it's not yet ready for a PR.

The second commit installs and uploads the built library to GitHub Artifacts.
They can be used e.g. as precompiled binaries for releases or see whether a branch actually fixes a bug without locally recompiling the library.

This allows building the library without the
need for a PR. This avoids having to create
PRs on forked repositories just to verify
the library still builds.
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

Successfully merging this pull request may close these issues.

1 participant