We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6041f1e commit 9b34109Copy full SHA for 9b34109
1 file changed
.github/workflows/build_publish_package.yml
@@ -153,7 +153,7 @@ jobs:
153
id: query_filenames
154
shell: bash -l {0}
155
run: |
156
- echo "result=$(python .github/workflows/fetch_packages_names.py --channel ${{ inputs.channel }} --package ${{ inputs.package }} --platform ${{ inputs.platform }})" >> $GITHUB_OUTPUT
+ echo "result=$(python .github/workflows/fetch_packages_names.py --channel ${{ inputs.channel }} --package ${{ inputs.package-name }} --platform ${{ inputs.platform }})" >> $GITHUB_OUTPUT
157
158
- name: Publish conda package
159
if: ${{ inputs.publish-package == true }}
0 commit comments