Skip to content

Commit

Permalink
Revert download artifact version and update triggers (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
dorbanianas authored Dec 14, 2024
1 parent bece92c commit 64a6aa6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ on:
branches:
- main
paths:
- 'duckdb/**'
- 'extension-ci-tools/**'
- 'src/**'
- 'CMakelists.txt'
- 'extension_config.cmake'
- .github/workflows/_extension_deploy.yml
- .github/workflows/MainDistributionPipeline.yml
- duckdb/**
- extension-ci-tools/**
- src/**'
- CMakelists.txt
- extension_config.cmake


concurrency:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/WebsiteDeploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
paths:
- .github/workflows/WebsiteDeploy.yaml
- docs/**
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_extension_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
cd duckdb
git checkout ${{ inputs.duckdb_version }}
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3
with:
name: ${{ inputs.extension_name }}-${{ inputs.duckdb_version }}-extension-${{matrix.duckdb_arch}}${{inputs.artifact_postfix}}${{startsWith(matrix.duckdb, 'wasm') && '.wasm' || ''}}
path: |
Expand Down

0 comments on commit 64a6aa6

Please sign in to comment.