We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7db99ff + 6ec4162 commit 552a168Copy full SHA for 552a168
.github/workflows/_extension_deploy.yml
@@ -79,7 +79,7 @@ jobs:
79
80
- id: parse-matrices
81
run: |
82
- python3 ${{ inputs.matrix_parse_script }} --input ./duckdb/.github/config/distribution_matrix.json --deploy_matrix --output deploy_matrix.json --exclude "${{ inputs.exclude_archs }}" --pretty
+ python3 ${{ inputs.matrix_parse_script }} --input ./extension-ci-tools/config/distribution_matrix.json --deploy_matrix --output deploy_matrix.json --exclude "${{ inputs.exclude_archs }}" --pretty
83
deploy_matrix="`cat deploy_matrix.json`"
84
echo deploy_matrix=$deploy_matrix >> $GITHUB_OUTPUT
85
echo `cat $GITHUB_OUTPUT`
0 commit comments