We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d7bbb commit 7e063a8Copy full SHA for 7e063a8
1 file changed
.github/workflows/ci-build.yaml
@@ -131,7 +131,7 @@ jobs:
131
env:
132
PKG_ID: ${{ fromJSON(inputs.config).pkg_id }}
133
run: |
134
- output_channel_path=$(build-conda $PKG_ID)
+ output_channel_path=$(${{ fromJSON(inputs.config).build_command_conda }})
135
echo "output_channel_path=$output_channel_path" >> "$GITHUB_OUTPUT"
136
- name: Build Upload
137
uses: actions/upload-artifact@v4
0 commit comments