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 fd787ff commit fab4aa5Copy full SHA for fab4aa5
.github/actions/artifact_download/action.yml
@@ -67,4 +67,4 @@ runs:
67
shell: bash
68
run: |
69
chmod +x ${{ steps.info.outputs.path }}/databend-*
70
- chmod +x ${{ steps.info.outputs.path }}/open-sharing
+ chmod +x ${{ steps.info.outputs.path }}/open-sharing || true
.github/actions/artifact_upload/action.yml
@@ -46,3 +46,4 @@ runs:
46
for line in $(ls ./target/${{ inputs.target }}/${{ inputs.profile }}/databend-*); do
47
aws s3 cp $line s3://databend-ci/${{ inputs.profile }}/${{ inputs.sha }}/${{ inputs.target }}/${{ inputs.category }}/ --no-progress
48
done
49
+ aws s3 cp open-sharing s3://databend-ci/${{ inputs.profile }}/${{ inputs.sha }}/${{ inputs.target }}/${{ inputs.category }}/ --no-progress
0 commit comments