Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed May 21, 2024
1 parent a55f228 commit f7b7336
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 @@ -18,15 +18,15 @@ jobs:
with:
duckdb_version: f12d6d2dc90bc7316c4e0a040abfa7fa1dea2c6c
extension_name: quack
exclude_archs: 'windows_amd64;windows_amd64_rtools;linux_amd64;linux_arm64;wasm_threads;wasm_mvp'
exclude_archs: 'windows_amd64;windows_amd64_rtools;linux_amd64;linux_arm64;wasm_threads;wasm_mvp;wasm_eh'

duckdb-stable-deploy:
name: Deploy extension binaries
needs: duckdb-stable-build
uses: ./.github/workflows/_extension_deploy.yml
secrets: inherit
with:
exclude_archs: 'windows_amd64;windows_amd64_rtools;linux_amd64;linux_arm64;wasm_threads;wasm_mvp'
exclude_archs: 'windows_amd64;windows_amd64_rtools;linux_amd64;linux_arm64;wasm_threads;wasm_mvp;wasm_eh'
duckdb_version: f12d6d2dc90bc7316c4e0a040abfa7fa1dea2c6c
extension_name: quack
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}

0 comments on commit f7b7336

Please sign in to comment.