Skip to content

Commit

Permalink
Call conan recipe exporter from the correct directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Jun 18, 2024
1 parent 56c0a08 commit 3766c8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ jobs:
ref: pdf2htmlEX_and_deps
path: conan-odr-index

- run: python conan-odr-index/scripts/conan_export_all_packages.py
- run: python scripts/conan_export_all_packages.py
with:
working-directory: conan-odr-index

- run: ./gradlew lintRelease publishToMavenLocal

Expand Down

0 comments on commit 3766c8e

Please sign in to comment.