Skip to content

Commit

Permalink
cut to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Dec 6, 2024
1 parent dfca893 commit 0c021c1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy_extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,7 @@ jobs:
DUCKDB_DEPLOY_SCRIPT_MODE: for_real
run: |
pip install awscli
./scripts/extension-upload-all.sh ${{ inputs.duckdb_arch }} ${{ inputs.duckdb_sha }} deploy_me
TARGET_SHA=${{ inputs.duckdb_sha }}
TARGET_SHA="${TARGET_SHA:0:10}"
echo "Extensions to be uploaded to ${TARGET_SHA}"
./scripts/extension-upload-all.sh ${{ inputs.duckdb_arch }} "${TARGET_SHA}" deploy_me

0 comments on commit 0c021c1

Please sign in to comment.