We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
check_libxrpl
XRPLF/rippled#5028 uses Conan channels in order to store libxrpl packages that need to be verified by check_libxrpl flow. Everything goes well until we try to upload the artifact of clio_tests with a name containing a forward slash. See https://github.com/godexsoft/clio/actions/runs/10270363766/job/28417911420 for example.
clio_tests
Notify check_libxrpl of a new package with channel syntax (xrpl/version@clio/pr_num) to test.
xrpl/version@clio/pr_num
Workflow should be able to upload and download the artifact.
Artifact upload fails due to forward slash.
The text was updated successfully, but these errors were encountered:
27c9e2a
godexsoft
Successfully merging a pull request may close this issue.
Issue Description
XRPLF/rippled#5028 uses Conan channels in order to store libxrpl packages that need to be verified by
check_libxrpl
flow. Everything goes well until we try to upload the artifact ofclio_tests
with a name containing a forward slash. See https://github.com/godexsoft/clio/actions/runs/10270363766/job/28417911420 for example.Steps to Reproduce
Notify
check_libxrpl
of a new package with channel syntax (xrpl/version@clio/pr_num
) to test.Expected Result
Workflow should be able to upload and download the artifact.
Actual Result
Artifact upload fails due to forward slash.
The text was updated successfully, but these errors were encountered: