Skip to content

Commit

Permalink
fix: Support conan channels in check_libxrpl flow (#1583)
Browse files Browse the repository at this point in the history
Fixes #1582
  • Loading branch information
godexsoft authored Aug 7, 2024
1 parent 00026eb commit 27c9e2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_libxrpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Upload clio_tests
uses: actions/upload-artifact@v4
with:
name: clio_tests_libxrpl-${{ github.event.client_payload.version }}
name: clio_tests_check_libxrpl
path: build/clio_tests

run_tests:
Expand All @@ -60,7 +60,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: clio_tests_libxrpl-${{ github.event.client_payload.version }}
name: clio_tests_check_libxrpl

- name: Run clio_tests
run: |
Expand Down

0 comments on commit 27c9e2a

Please sign in to comment.