Skip to content

Commit

Permalink
Change recipe folder (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard authored Sep 6, 2022
1 parent bb834fb commit ce08810
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion canary-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ inputs:
conda-build-arguments:
description: 'Command line arguments for conda-build, inserted before recipe path with no processing.'
required: false
conda-build-path:
description: 'The path to the conda recipe passed to conda-build.'
required: false
default: recipe
runs:
using: "composite"
steps:
Expand Down Expand Up @@ -76,7 +80,7 @@ runs:
echo "::endgroup::"
echo "::group::Building package"
conda build --croot=./pkgs ${{ inputs.conda-build-arguments }} conda.recipe
conda build --croot=./pkgs ${{ inputs.conda-build-arguments }} ${{ inputs.conda-build-path }}
echo "::endgroup::"
echo "::group::Uploading package"
Expand Down

0 comments on commit ce08810

Please sign in to comment.