Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
0xcaff committed Aug 14, 2024
1 parent 3b42610 commit c55110e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,17 @@ jobs:
run: |
aws s3 cp \
--endpoint-url https://${{ secrets.R2_ACCOUNT_ID }}.r2.cloudflarestorage.com \
./release/protobuf.osx_arm64.duckdb_extension
./release/protobuf.osx_arm64.duckdb_extension \
s3://duckdb-extensions/v1.0.0/osx_arm64/protobuf.duckdb_extension
aws s3 cp \
--endpoint-url https://${{ secrets.R2_ACCOUNT_ID }}.r2.cloudflarestorage.com \
./release/protobuf.linux_amd64_gcc4.duckdb_extension
./release/protobuf.linux_amd64_gcc4.duckdb_extension \
s3://duckdb-extensions/v1.0.0/linux_amd64_gcc4/protobuf.duckdb_extension
aws s3 cp \
--endpoint-url https://${{ secrets.R2_ACCOUNT_ID }}.r2.cloudflarestorage.com \
./release/protobuf.windows_amd64.duckdb_extension
./release/protobuf.windows_amd64.duckdb_extension \
s3://duckdb-extensions/v1.0.0/windows_amd64/protobuf.duckdb_extension
- name: release
Expand Down

0 comments on commit c55110e

Please sign in to comment.