Skip to content

Commit a51ac06

Browse files
committed
chore: fix open sharing upload on CI
1 parent fc8987a commit a51ac06

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/actions/artifact_upload/action.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ runs:
3939
name: ${{ inputs.profile }}-${{ inputs.sha }}-${{ inputs.target }}-${{ inputs.category }}
4040
path: ./target/${{ inputs.target }}/${{ inputs.profile }}/databend-*
4141

42+
- name: Upload open-sharing to github
43+
if: steps.info.outputs.src == 'github'
44+
uses: actions/upload-artifact@v3
45+
with:
46+
name: ${{ inputs.profile }}-${{ inputs.sha }}-${{ inputs.target }}-${{ inputs.category }}
47+
path: ./target/${{ inputs.target }}/${{ inputs.profile }}/open-sharing
48+
4249
- name: Upload artifacts to s3
4350
if: steps.info.outputs.src == 's3'
4451
shell: bash

0 commit comments

Comments
 (0)