diff --git a/.github/workflows/conan-package-resources.yml b/.github/workflows/conan-package-resources.yml index c4e6ba6e58..0be0ef6646 100644 --- a/.github/workflows/conan-package-resources.yml +++ b/.github/workflows/conan-package-resources.yml @@ -41,7 +41,7 @@ jobs: id: get-package-version run: | # Replace this with your real logic to determine the package version - PACKAGE_VERSION=$(cat ./conanfile.py | grep version | head -n 1 | cut -d '"' -f 2) + PACKAGE_VERSION=$(cat ./resources/conanfile.py | grep version | head -n 1 | cut -d '"' -f 2) echo "Detected package version: $PACKAGE_VERSION" # Set the package_version as an output for this job