Skip to content

Commit

Permalink
Update MainDistributionPipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Nov 24, 2024
1 parent 6303901 commit 32cd97b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
duckdb_version: v1.1.3
ci_tools_version: v1.1.3
extension_name: wvlet
exclude_archs: 'windows_amd64_mingw;windows_amd64;windows_amd64_rtools;osx_amd64;osx_arm64;linux_arm64;wasm_thread;wasm_ev;wasm_mvp;'
exclude_archs: 'windows_amd64_mingw;windows_amd64;windows_amd64_rtools;osx_amd64;osx_arm64;linux_arm64;wasm_threads;wasm_eh;wasm_mvp;'

duckdb-stable-deploy:
name: Deploy extension binaries
Expand All @@ -32,4 +32,4 @@ jobs:
duckdb_version: v1.1.3
extension_name: wvlet
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
exclude_archs: 'windows_amd64_mingw;windows_amd64;windows_amd64_rtools;osx_amd64;osx_arm64;linux_arm64;wasm_thread;wasm_ev;wasm_mvp;'
exclude_archs: 'windows_amd64_mingw;windows_amd64;windows_amd64_rtools;osx_amd64;osx_arm64;linux_arm64;wasm_threads;wasm_eh;wasm_mvp;'

0 comments on commit 32cd97b

Please sign in to comment.