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 23
23
24
24
duckdb-stable-build :
25
25
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
27
27
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
30
30
extension_name : http_client
31
31
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