Skip to content

Commit

Permalink
revert the name structure
Browse files Browse the repository at this point in the history
  • Loading branch information
dorbanianas committed Dec 15, 2024
1 parent 80feb02 commit bf77694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_extension_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: ${{ inputs.extension_name }}-${{matrix.duckdb_arch}}${{inputs.artifact_postfix}}${{startsWith(matrix.duckdb, 'wasm') && '.wasm' || ''}}
name: ${{ inputs.extension_name }}-${{ inputs.duckdb_version }}-extension-${{matrix.duckdb_arch}}${{inputs.artifact_postfix}}${{startsWith(matrix.duckdb, 'wasm') && '.wasm' || ''}}
path: |
/tmp/extension
Expand Down

0 comments on commit bf77694

Please sign in to comment.