Skip to content

Commit 4618b41

Browse files
authored
ci: fix do not sync debug symbols to R2 (#19078)
1 parent 44e34cc commit 4618b41

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

.github/actions/publish_debug_symbols/action.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,3 @@ runs:
3939
shell: bash
4040
run: |
4141
gh release upload ${{ inputs.version }} ${{ steps.prepare.outputs.name }} --clobber
42-
43-
- name: Sync debug symbols to R2
44-
shell: bash
45-
continue-on-error: true
46-
if: inputs.category == 'default'
47-
run: |
48-
aws s3 cp ${{ steps.prepare.outputs.name }} s3://repo/databend/${{ inputs.version }}/${{ steps.prepare.outputs.name }} --no-progress --checksum-algorithm=CRC32

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -313,10 +313,6 @@ jobs:
313313
uses: ./.github/actions/publish_debug_symbols
314314
env:
315315
GH_TOKEN: ${{ github.token }}
316-
AWS_ACCESS_KEY_ID: ${{ secrets.R2_ACCESS_KEY_ID }}
317-
AWS_SECRET_ACCESS_KEY: ${{ secrets.R2_SECRET_ACCESS_KEY }}
318-
AWS_DEFAULT_REGION: auto
319-
AWS_ENDPOINT_URL: ${{ secrets.R2_ENDPOINT_URL }}
320316
with:
321317
version: ${{ needs.create_release.outputs.version }}
322318
target: ${{ matrix.target }}

0 commit comments

Comments
 (0)