Skip to content

Commit b5ad642

Browse files
committed
Another CI try
1 parent ec5435d commit b5ad642

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/distribution.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ concurrency:
2424
jobs:
2525
duckdb-stable-build:
2626
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
2828
with:
2929
duckdb_version: main
3030
exclude_archs: "wasm_mvp;wasm_eh;wasm_threads;windows_amd64;windows_amd64_rtools"
@@ -33,10 +33,10 @@ jobs:
3333
duckdb-stable-deploy:
3434
name: Deploy extension binaries
3535
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
3737
secrets: inherit
3838
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"
4141
extension_name: substrait
4242
deploy_latest: true

0 commit comments

Comments
 (0)