Skip to content

Commit

Permalink
Fix exported package name
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed May 31, 2024
1 parent 99a083d commit 8914165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conan-package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:

- name: Get basic project info
run: |
echo "CONAN_PROJECT_NAME=$(conan inspect . | awk '/^name:/ {print $2}')" >> $GITHUB_ENV
echo "CONAN_PROJECT_NAME=$(conan inspect ${{ inputs.conan_recipe_root }} | awk '/^name:/ {print $2}')" >> $GITHUB_ENV
- id: get-conan-broadcast-data
name: Get Conan broadcast data
Expand Down

0 comments on commit 8914165

Please sign in to comment.