Skip to content

Commit

Permalink
Remove trailing nullbytes that make extension install fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim Rosskopf committed Jun 11, 2024
1 parent 6fc1c8a commit 3277cfd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/_extension_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ jobs:
shell: bash
env:
BUCKET_NAME: ${{ vars.DEPLOY_S3_BUCKET }}
DUCKDB_EXTENSION_SIGNING_PK: ${{ secrets.S3_DUCKDB_ORG_EXTENSION_SIGNING_PK }}
run: |
pwd
python3 -m pip install pip awscli
Expand Down

0 comments on commit 3277cfd

Please sign in to comment.