File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 4747 required : false
4848 type : string
4949 default : " ./duckdb/scripts/extension-upload-single.sh"
50- # Override the default matrix parse script with a custom script
51- matrix_parse_script :
52- required : false
53- type : string
54- default : " ./duckdb/scripts/modify_distribution_matrix.py"
5550 repository :
5651 required : false
5752 type : string
7570
7671 - id : parse-matrices
7772 run : |
78- python3 ${{ inputs.matrix_parse_script }} --input ./config/distribution_matrix.json --deploy_matrix --output deploy_matrix.json --exclude "${{ inputs.exclude_archs }}" --pretty
73+ python3 ./scripts/modify_distribution_matrix.py --input ./config/distribution_matrix.json --deploy_matrix --output deploy_matrix.json --exclude "${{ inputs.exclude_archs }}" --pretty
7974 deploy_matrix="`cat deploy_matrix.json`"
8075 echo deploy_matrix=$deploy_matrix >> $GITHUB_OUTPUT
8176 echo `cat $GITHUB_OUTPUT`
You can’t perform that action at this time.
0 commit comments