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
Modify build-artifacts.yml to package libprism source
Instead of uploading the built `libprism.so` and `libprism.dylib`,
which still requires headers files to be built, Prism can upload the
full source, headers, and the Makefile as a tarball that can be used to
build libprism from source.
The reason default release artifacts are not enough is because some
source and header files are generated through Prism's rake tasks.