Skip to content

Commit 7e063a8

Browse files
committed
Update ci-build.yaml
1 parent 83d7bbb commit 7e063a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
env:
132132
PKG_ID: ${{ fromJSON(inputs.config).pkg_id }}
133133
run: |
134-
output_channel_path=$(build-conda $PKG_ID)
134+
output_channel_path=$(${{ fromJSON(inputs.config).build_command_conda }})
135135
echo "output_channel_path=$output_channel_path" >> "$GITHUB_OUTPUT"
136136
- name: Build Upload
137137
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)