Skip to content

Commit 552a168

Browse files
authored
Merge pull request #558 from samansmink/fix-deploy-step
fix deploy step
2 parents 7db99ff + 6ec4162 commit 552a168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_extension_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979

8080
- id: parse-matrices
8181
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
82+
python3 ${{ inputs.matrix_parse_script }} --input ./extension-ci-tools/config/distribution_matrix.json --deploy_matrix --output deploy_matrix.json --exclude "${{ inputs.exclude_archs }}" --pretty
8383
deploy_matrix="`cat deploy_matrix.json`"
8484
echo deploy_matrix=$deploy_matrix >> $GITHUB_OUTPUT
8585
echo `cat $GITHUB_OUTPUT`

0 commit comments

Comments
 (0)