File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed
Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change 2323
2424 duckdb-stable-build :
2525 name : Build extension binaries
26- uses : duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@v1.1 .1
26+ uses : duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@v1.2 .1
2727 with :
28- duckdb_version : v1.1 .1
29- ci_tools_version : v1.1 .1
28+ duckdb_version : v1.2 .1
29+ ci_tools_version : v1.2 .1
3030 extension_name : http_client
3131 exclude_archs : ' windows_amd64_mingw'
32-
33- duckdb-stable-deploy :
34- name : Deploy extension binaries
35- needs : duckdb-stable-build
36- uses : ./.github/workflows/_extension_deploy.yml
37- secrets : inherit
38- with :
39- duckdb_version : v1.1.1
40- extension_name : http_client
41- deploy_latest : ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
42- exclude_archs : ' windows_amd64_mingw'
You can’t perform that action at this time.
0 commit comments