diff --git a/.github/workflows/conda-package.yml b/.github/workflows/conda-package.yml index ae7eb9d..1ab198a 100644 --- a/.github/workflows/conda-package.yml +++ b/.github/workflows/conda-package.yml @@ -37,7 +37,7 @@ jobs: CHANNELS="-c conda-forge --override-channels" conda build \ $CHANNELS \ - recipe + conda-recipe - name: Upload artifact uses: actions/upload-artifact@v4.6.2 diff --git a/recipe/LICENSE.txt b/conda-recipe/LICENSE.txt similarity index 100% rename from recipe/LICENSE.txt rename to conda-recipe/LICENSE.txt diff --git a/recipe/meta.yaml b/conda-recipe/meta.yaml similarity index 100% rename from recipe/meta.yaml rename to conda-recipe/meta.yaml diff --git a/recipe/post-link.sh b/conda-recipe/post-link.sh similarity index 100% rename from recipe/post-link.sh rename to conda-recipe/post-link.sh diff --git a/recipe/pre-unlink.sh b/conda-recipe/pre-unlink.sh similarity index 100% rename from recipe/pre-unlink.sh rename to conda-recipe/pre-unlink.sh