Skip to content

Commit 00f9f74

Browse files
authored
Merge pull request #9252 from ZhiHanZ/fix-ci
chore: fix open sharing upload on CI
2 parents 35140d5 + fa2a9d8 commit 00f9f74

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)