File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed
actions/publish_debug_symbols Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments