this repo has no description

fix: use correct path in release recipe

+2 -2
+2 -2
recipe/recipe.release.yaml
··· 7 7 version: "0.0.0" # Replaced by CI from git tag 8 8 9 9 source: 10 - # Git source - uses current checkout 11 - path: . 10 + # Parent of recipe directory = repo root 11 + path: ../ 12 12 13 13 build: 14 14 number: 0