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 a1d4b07 commit 215ba2bCopy full SHA for 215ba2b
.github/workflows/release.yml
@@ -57,10 +57,11 @@ jobs:
57
sha=${{ github.sha }}
58
dsha=${{ inputs.duckdb-sha }}
59
version=$(basename artifacts/*.tar.gz | sed 's/duckdb-\(.*\).tar.gz/\1/g')
60
+ url="s3://duckdb-staging/python/${version}/${sha:0:10}-duckdb-${dsha:0:10}/"
61
echo "short_sha=${sha:0:10}" >> $GITHUB_OUTPUT
62
echo "short_dsha=${dsha:0:10}" >> $GITHUB_OUTPUT
63
echo "version=${version}" >> $GITHUB_OUTPUT
- echo "s3_upload_url="s3://duckdb-staging/python/${version}/${sha:0:10}-duckdb-${dsha:0:10}/" >> $GITHUB_OUTPUT
64
+ echo "s3_upload_url=${url}" >> $GITHUB_OUTPUT
65
66
- name: Authenticate with AWS
67
uses: aws-actions/configure-aws-credentials@v4
0 commit comments