File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ concurrency:
24
24
jobs :
25
25
duckdb-stable-build :
26
26
name : Build extension binaries
27
- uses : duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@v1.1.0
27
+ uses : duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
28
28
with :
29
29
duckdb_version : main
30
30
exclude_archs : " wasm_mvp;wasm_eh;wasm_threads;windows_amd64;windows_amd64_rtools"
@@ -33,10 +33,10 @@ jobs:
33
33
duckdb-stable-deploy :
34
34
name : Deploy extension binaries
35
35
needs : duckdb-stable-build
36
- uses : duckdb/extension-ci-tools/.github/workflows/_extension_deploy.yml@v1.1.0
36
+ uses : duckdb/extension-ci-tools/.github/workflows/_extension_deploy.yml@main
37
37
secrets : inherit
38
38
with :
39
- duckdb_version : v1.1.0
40
- exclude_archs : " wasm_mvp;wasm_eh;wasm_threads;windows_amd64;windows_amd64_rtools; windows_amd64_mingw;x64-mingw-static "
39
+ duckdb_version : main
40
+ exclude_archs : " wasm_mvp;wasm_eh;wasm_threads;windows_amd64;windows_amd64_mingw"
41
41
extension_name : substrait
42
42
deploy_latest : true
You can’t perform that action at this time.
0 commit comments