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 15d8bf1 commit ed65d9aCopy full SHA for ed65d9a
.github/actions/publish_binary/action.yml
@@ -41,6 +41,7 @@ runs:
41
42
- name: Sync normal release to R2
43
shell: bash
44
+ continue-on-error: true
45
if: inputs.category == 'default'
46
run: |
47
aws s3 cp ${{ steps.name.outputs.name }}.tar.gz s3://repo/databend/${{ inputs.version }}/${{ steps.name.outputs.name }}.tar.gz --no-progress --checksum-algorithm=CRC32
.github/actions/publish_deb/action.yml
@@ -56,6 +56,7 @@ runs:
56
57
- name: Publish to S3
58
59
60
working-directory: scripts/distribution/deb
61
62
aws s3 sync dists s3://repo/deb/dists --delete --no-progress --checksum-algorithm=CRC32
0 commit comments