Skip to content

Commit 8dc7126

Browse files
author
Evert
committed
Use same length SHA for staging upload as duckdb itself
1 parent 1f49054 commit 8dc7126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on_external_dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ jobs:
5353
DUCKDB_SHA="${{ inputs.duckdb-sha }}"
5454
aws s3 cp \
5555
artifacts \
56-
s3://duckdb-staging/${DUCKDB_SHA:0:7}/${{ github.repository }}/ \
56+
s3://duckdb-staging/${DUCKDB_SHA:0:10}/${{ github.repository }}/ \
5757
--recursive

0 commit comments

Comments
 (0)