Skip to content

Commit

Permalink
fix export
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnfreeman committed Dec 12, 2024
1 parent 9ca5545 commit 4c85703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ jobs:
version=$(conan inspect --format json . | jq --raw-output .version)
reference="xrpl/${version}@local/test"
conan remove -f ${reference} || true
conan export . local/test
conan export --user local --channel test .
echo "reference=${reference}" >> "${GITHUB_ENV}"
- name: build
run: |
Expand Down

0 comments on commit 4c85703

Please sign in to comment.