We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f49054 commit 8dc7126Copy full SHA for 8dc7126
.github/workflows/on_external_dispatch.yml
@@ -53,5 +53,5 @@ jobs:
53
DUCKDB_SHA="${{ inputs.duckdb-sha }}"
54
aws s3 cp \
55
artifacts \
56
- s3://duckdb-staging/${DUCKDB_SHA:0:7}/${{ github.repository }}/ \
+ s3://duckdb-staging/${DUCKDB_SHA:0:10}/${{ github.repository }}/ \
57
--recursive
0 commit comments