Skip to content

Commit fab4aa5

Browse files
committed
chore: try fix ci
1 parent fd787ff commit fab4aa5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/actions/artifact_download/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ runs:
6767
shell: bash
6868
run: |
6969
chmod +x ${{ steps.info.outputs.path }}/databend-*
70-
chmod +x ${{ steps.info.outputs.path }}/open-sharing
70+
chmod +x ${{ steps.info.outputs.path }}/open-sharing || true

.github/actions/artifact_upload/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,4 @@ runs:
4646
for line in $(ls ./target/${{ inputs.target }}/${{ inputs.profile }}/databend-*); do
4747
aws s3 cp $line s3://databend-ci/${{ inputs.profile }}/${{ inputs.sha }}/${{ inputs.target }}/${{ inputs.category }}/ --no-progress
4848
done
49+
aws s3 cp open-sharing s3://databend-ci/${{ inputs.profile }}/${{ inputs.sha }}/${{ inputs.target }}/${{ inputs.category }}/ --no-progress

0 commit comments

Comments
 (0)